From 5fa55402eed271a1900fcc760831d6a2438e628a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Thu, 19 Mar 2020 16:31:11 +0100 Subject: [PATCH] FIx --- .../baremetal/v1alpha1/baremetal_cli_test.go | 4 +- .../v1alpha1/custom_server_create.go | 2 +- ...create-server-simple-default.cassette.yaml | 760 +++--------------- ...create-server-simple-default.stdout.golden | 4 +- ...st-create-server-simple-tags.cassette.yaml | 760 +++--------------- ...eate-server-simple-with-name.cassette.yaml | 726 ++--------------- 6 files changed, 264 insertions(+), 1992 deletions(-) diff --git a/internal/namespaces/baremetal/v1alpha1/baremetal_cli_test.go b/internal/namespaces/baremetal/v1alpha1/baremetal_cli_test.go index b65d136858..3196a8e681 100644 --- a/internal/namespaces/baremetal/v1alpha1/baremetal_cli_test.go +++ b/internal/namespaces/baremetal/v1alpha1/baremetal_cli_test.go @@ -4,13 +4,13 @@ import ( "testing" "github.com/scaleway/scaleway-cli/internal/core" - "github.com/scaleway/scaleway-sdk-go/api/instance/v1" + baremetal "github.com/scaleway/scaleway-sdk-go/api/baremetal/v1alpha1" "github.com/scaleway/scaleway-sdk-go/scw" ) func init() { if !core.UpdateCassettes { - instance.RetryInterval = 0 + baremetal.RetryInterval = 0 } } diff --git a/internal/namespaces/baremetal/v1alpha1/custom_server_create.go b/internal/namespaces/baremetal/v1alpha1/custom_server_create.go index 985dcd8099..c4be55aef2 100644 --- a/internal/namespaces/baremetal/v1alpha1/custom_server_create.go +++ b/internal/namespaces/baremetal/v1alpha1/custom_server_create.go @@ -121,7 +121,7 @@ func baremetalServerCreateRun(ctx context.Context, argsI interface{}) (i interfa // while baremetal does not have listoffer name filter we are forced to iterate // on the list of offers provided requestedType := tmpRequest.Type - offer, err := api.GetOfferFromName(&baremetal.GetOfferIDFromOfferNameRequest{ + offer, err := api.GetOfferFromName(&baremetal.GetOfferFromOfferNameRequest{ OfferName: requestedType, Zone: tmpRequest.Zone, }) diff --git a/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-default.cassette.yaml b/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-default.cassette.yaml index 3b2bdd3430..b20d4244ab 100644 --- a/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-default.cassette.yaml +++ b/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-default.cassette.yaml @@ -26,7 +26,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:33 GMT + - Thu, 19 Mar 2020 15:26:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -36,12 +36,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0e31a6c-f746-430b-b6c4-62b5124dfd54 + - 56b48c3e-3b06-498b-beb0-090be1064c05 status: 200 OK code: 200 duration: "" - request: - body: '{"offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","tags":null}' + body: '{"offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","tags":null}' form: {} headers: Content-Type: @@ -51,16 +51,16 @@ interactions: url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers method: POST response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:34.241251449Z","created_at":"2020-03-19T14:42:34.241251449Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:33.884729571Z","created_at":"2020-03-19T15:26:33.884729571Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "406" + - "397" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:34 GMT + - Thu, 19 Mar 2020 15:26:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -70,7 +70,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe2a442b-9ff2-47b4-8a0f-8aff586924e3 + - b86b6be8-b593-4d3e-9503-767b54e9266a status: 200 OK code: 200 duration: "" @@ -80,19 +80,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:34.241251Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:33.884730Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:34 GMT + - Thu, 19 Mar 2020 15:26:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -102,7 +102,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b5108110-9445-40f4-8530-00cc1f7ae94a + - a227c144-6fe6-4e25-9595-b5bbd2207955 status: 200 OK code: 200 duration: "" @@ -112,19 +112,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:34.241251Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:33.884730Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:39 GMT + - Thu, 19 Mar 2020 15:26:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -134,7 +134,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 77e7760f-15c7-44b8-ac86-88c8fd1bf995 + - 362e13d9-f51a-4036-a6d2-855947ec7222 status: 200 OK code: 200 duration: "" @@ -144,19 +144,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:34.241251Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:44 GMT + - Thu, 19 Mar 2020 15:27:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -166,7 +166,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b72cf614-4e9e-46dd-b49b-1529daa62136 + - 9aec3ea7-0362-48a4-87f2-37938da39522 status: 200 OK code: 200 duration: "" @@ -176,19 +176,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:34.241251Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:49 GMT + - Thu, 19 Mar 2020 15:27:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -198,7 +198,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1dcb1282-1a25-4c2e-8fa6-ce9989e19676 + - 9a906ce3-2740-4e89-83d5-4678056311d0 status: 200 OK code: 200 duration: "" @@ -208,19 +208,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:34.241251Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:54 GMT + - Thu, 19 Mar 2020 15:27:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -230,7 +230,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c39999e2-da7c-49bd-b8da-f3d2d814147b + - 2d03e4c7-e513-4821-b99a-afd2ee097b72 status: 200 OK code: 200 duration: "" @@ -240,19 +240,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:59 GMT + - Thu, 19 Mar 2020 15:27:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -262,7 +262,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4da9a08-d71e-432b-9aa0-d352546edd16 + - ae6ff86a-c8bd-4b21-98bd-3183c2ccf163 status: 200 OK code: 200 duration: "" @@ -272,19 +272,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:04 GMT + - Thu, 19 Mar 2020 15:28:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -294,7 +294,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a3b1828-a3fb-4ef9-95d0-64f072bf547e + - 770e7e5c-721d-4b62-b4b5-b7481d3dcddf status: 200 OK code: 200 duration: "" @@ -304,19 +304,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:09 GMT + - Thu, 19 Mar 2020 15:28:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -326,7 +326,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8a5de96-6d71-4e9d-a354-344989dce927 + - 6301e81c-7f26-4604-b0db-32a965ee799a status: 200 OK code: 200 duration: "" @@ -336,19 +336,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:14 GMT + - Thu, 19 Mar 2020 15:28:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -358,7 +358,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7668eb37-256d-4e4c-bc0a-41925f48d8cf + - 73678da1-a745-4da2-bcbe-229f3da3c4d0 status: 200 OK code: 200 duration: "" @@ -368,19 +368,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:19 GMT + - Thu, 19 Mar 2020 15:28:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -390,7 +390,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8538e136-073b-41ef-93b9-d3897d71b1aa + - b522397b-e730-4e86-987b-7e5c8133357f status: 200 OK code: 200 duration: "" @@ -400,19 +400,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:24 GMT + - Thu, 19 Mar 2020 15:29:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -422,7 +422,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95edf52f-5aab-455b-a2be-4606f7e39298 + - 83767cc7-6792-4be3-b080-d49756576eea status: 200 OK code: 200 duration: "" @@ -432,19 +432,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:29 GMT + - Thu, 19 Mar 2020 15:29:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -454,7 +454,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e1817bc-f327-438b-9755-edfb974e740c + - 5d5421d6-84e8-44e4-9876-1d65cfb8c97a status: 200 OK code: 200 duration: "" @@ -464,19 +464,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:34 GMT + - Thu, 19 Mar 2020 15:29:34 GMT Server: - scaleway_api Strict-Transport-Security: @@ -486,7 +486,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 70ec9496-1be2-4eeb-a323-f914145861fd + - afa36f0d-f6d2-4dcc-8936-1bff88a6552a status: 200 OK code: 200 duration: "" @@ -496,19 +496,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:39 GMT + - Thu, 19 Mar 2020 15:29:49 GMT Server: - scaleway_api Strict-Transport-Security: @@ -518,7 +518,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e744a7ff-b247-4321-a3ce-4798883421ea + - f093d5ce-a445-4661-b051-bb653934eb7c status: 200 OK code: 200 duration: "" @@ -528,19 +528,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:26:55.076380Z","created_at":"2020-03-19T15:26:33.884730Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "391" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:44 GMT + - Thu, 19 Mar 2020 15:30:04 GMT Server: - scaleway_api Strict-Transport-Security: @@ -550,7 +550,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c59ffaa5-f62f-4c97-ada1-35cd65c09f00 + - 905cbf81-b8fb-4673-a943-80fdd424296b status: 200 OK code: 200 duration: "" @@ -560,19 +560,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: GET response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:30:17.693473Z","created_at":"2020-03-19T15:26:33.884730Z","status":"ready","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[{"id":"12bc3672-a8e5-47f3-aca9-89ccea32d3c0","address":"51.159.56.112","reverse":"298714cd-d601-4073-af83-1ee941303597.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null},{"id":"b4f6910b-5c45-4370-9d8d-5898cb544f08","address":"2001:0bc8:1200:0000:dac4:97ff:fe5b:72fd","reverse":"298714cd-d601-4073-af83-1ee941303597.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null}],"domain":"298714cd-d601-4073-af83-1ee941303597.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "400" + - "923" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:49 GMT + - Thu, 19 Mar 2020 15:30:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -582,7 +582,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ac55250-b492-49a5-a272-4864cb344370 + - 9580a842-b166-4ee2-a3cb-0289a5f00cc3 status: 200 OK code: 200 duration: "" @@ -592,595 +592,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:43:54 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 535f1d69-f600-4a32-8316-a38a27f2d4d6 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:43:59 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7e08cd00-6658-4e29-ad38-77e07b293e93 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:04 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 65161d6e-61de-4325-a080-6f784d1d2ad4 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:09 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e2f94775-7007-4fda-809d-f32f3e932932 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:14 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 485b79e4-2ba6-4d6f-8747-f076be1c5482 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:19 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d5003018-4c84-40d9-95ac-59ccf709f0bb - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:25 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a3ec05e0-f5dc-4114-8f1c-2c0b99ca229d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:30 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f1f346e8-33cd-4588-97a3-3e74c19e6dea - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:35 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e8a7a62e-3c87-43b8-8e21-0315ffbafd28 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:40 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8156459a-7763-4da2-90f2-6b4b04fc1b97 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:45 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 10ea781e-3219-4d0e-a111-228002fc7ba9 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:50 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ca69aee8-24d5-4573-a82c-ed885dc61549 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:55 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 58cc63c9-9cac-4b23-af82-0b5c9b3435f0 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:00 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 72738985-91c8-4f18-9f13-b00db3eebe82 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:05 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5e326ff1-25fc-4b42-b1ea-aa1039bd1aa2 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:10 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2bf316c3-0b7e-4b82-9d39-473c062509a3 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:42:56.646147Z","created_at":"2020-03-19T14:42:34.241251Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "400" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:15 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 89229402-cabe-4927-b00d-24fcc71d934f - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 - method: GET - response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:45:18.703005Z","created_at":"2020-03-19T14:42:34.241251Z","status":"ready","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[{"id":"a695d333-123b-43de-8e66-e1b7ebc1bc50","address":"2001:0bc8:1200:0000:dac4:97ff:fe5b:7429","reverse":"a27ccbbc-deac-480d-a827-f51eca4d9b58.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null},{"id":"b4750757-7fbe-4f00-aafd-926dcaa34764","address":"51.159.56.123","reverse":"a27ccbbc-deac-480d-a827-f51eca4d9b58.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null}],"domain":"a27ccbbc-deac-480d-a827-f51eca4d9b58.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "932" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:20 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - abf3e9bd-f86a-484c-a89d-e6d1abb45aae - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/a27ccbbc-deac-480d-a827-f51eca4d9b58 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/298714cd-d601-4073-af83-1ee941303597 method: DELETE response: - body: '{"id":"a27ccbbc-deac-480d-a827-f51eca4d9b58","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-optimistic-heyrovsky","description":"","updated_at":"2020-03-19T14:45:20.432275Z","created_at":"2020-03-19T14:42:34.241251Z","status":"deleting","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[{"id":"a695d333-123b-43de-8e66-e1b7ebc1bc50","address":"2001:0bc8:1200:0000:dac4:97ff:fe5b:7429","reverse":"a27ccbbc-deac-480d-a827-f51eca4d9b58.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null},{"id":"b4750757-7fbe-4f00-aafd-926dcaa34764","address":"51.159.56.123","reverse":"a27ccbbc-deac-480d-a827-f51eca4d9b58.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null}],"domain":"a27ccbbc-deac-480d-a827-f51eca4d9b58.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"298714cd-d601-4073-af83-1ee941303597","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-silly-allen","description":"","updated_at":"2020-03-19T15:30:19.559416Z","created_at":"2020-03-19T15:26:33.884730Z","status":"deleting","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[{"id":"12bc3672-a8e5-47f3-aca9-89ccea32d3c0","address":"51.159.56.112","reverse":"298714cd-d601-4073-af83-1ee941303597.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null},{"id":"b4f6910b-5c45-4370-9d8d-5898cb544f08","address":"2001:0bc8:1200:0000:dac4:97ff:fe5b:72fd","reverse":"298714cd-d601-4073-af83-1ee941303597.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null}],"domain":"298714cd-d601-4073-af83-1ee941303597.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "935" + - "926" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:45:20 GMT + - Thu, 19 Mar 2020 15:30:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1190,7 +614,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ab513bf5-6b59-4781-9dc1-7442734da7ec + - 63a6614a-5d75-464d-9185-31d568214f41 status: 200 OK code: 200 duration: "" diff --git a/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-default.stdout.golden b/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-default.stdout.golden index 6e2f2f6326..1351616837 100644 --- a/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-default.stdout.golden +++ b/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-default.stdout.golden @@ -1,6 +1,6 @@ -id a27ccbbc-deac-480d-a827-f51eca4d9b58 +id 298714cd-d601-4073-af83-1ee941303597 organization-id 951df375-e094-4d26-97c1-ba548eeb9c42 -name cli-bm-optimistic-heyrovsky +name cli-bm-silly-allen description - updated-at few seconds ago created-at few seconds ago diff --git a/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-tags.cassette.yaml b/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-tags.cassette.yaml index a0dcb191cf..c701a1deb3 100644 --- a/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-tags.cassette.yaml +++ b/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-tags.cassette.yaml @@ -26,7 +26,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:33 GMT + - Thu, 19 Mar 2020 15:26:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -36,12 +36,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 97fc9612-b0fa-4e65-aa09-0812f4bab160 + - 639fec20-d742-46c3-9fc6-8ad9e9167c6c status: 200 OK code: 200 duration: "" - request: - body: '{"offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","tags":["prod","blue"]}' + body: '{"offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","tags":["prod","blue"]}' form: {} headers: Content-Type: @@ -51,16 +51,16 @@ interactions: url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers method: POST response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.232843878Z","created_at":"2020-03-19T14:42:34.232843878Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:33.868307498Z","created_at":"2020-03-19T15:26:33.868307498Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "417" + - "415" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:34 GMT + - Thu, 19 Mar 2020 15:26:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -70,7 +70,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 910d44cb-2990-4b96-ba5f-2a2aa66efebf + - 3919e550-890e-44db-a9f4-d5907cdff773 status: 200 OK code: 200 duration: "" @@ -80,19 +80,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.232844Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:33.868307Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:34 GMT + - Thu, 19 Mar 2020 15:26:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -102,7 +102,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ddd32bbd-c07e-4bf3-b06f-b3010a7e6cb3 + - a25a7c7f-ced3-4d4a-9e85-2352905eb369 status: 200 OK code: 200 duration: "" @@ -112,19 +112,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:39 GMT + - Thu, 19 Mar 2020 15:26:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -134,7 +134,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da68576c-209c-4d29-aa8d-0481940b3e46 + - b9e1d353-1c26-4515-be5b-4d8960104966 status: 200 OK code: 200 duration: "" @@ -144,19 +144,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:44 GMT + - Thu, 19 Mar 2020 15:27:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -166,7 +166,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 09704322-255c-4241-a581-4040db369236 + - 3741a28a-8267-4421-ba1c-940df93cb83d status: 200 OK code: 200 duration: "" @@ -176,19 +176,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:49 GMT + - Thu, 19 Mar 2020 15:27:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -198,7 +198,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e0474dc-03dc-4db3-b8f1-911f73075ffd + - ce4b87e1-5bbc-475c-b99d-1fa150674c1c status: 200 OK code: 200 duration: "" @@ -208,19 +208,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:54 GMT + - Thu, 19 Mar 2020 15:27:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -230,7 +230,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1cc993c6-97f1-4b5c-9861-c5ce1f533591 + - ef265d65-fb9d-448f-9191-f043f19d04a6 status: 200 OK code: 200 duration: "" @@ -240,19 +240,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:59 GMT + - Thu, 19 Mar 2020 15:27:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -262,7 +262,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3c377b3-50f2-4dda-8549-2cfd75868052 + - 6c23c1bf-f568-451a-9240-41c5866c7510 status: 200 OK code: 200 duration: "" @@ -272,19 +272,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:04 GMT + - Thu, 19 Mar 2020 15:28:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -294,7 +294,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 67fdea5f-d675-401c-8ead-9f82f6f78c2a + - 1a71e917-3d83-4cfb-a890-fdd719637212 status: 200 OK code: 200 duration: "" @@ -304,19 +304,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:09 GMT + - Thu, 19 Mar 2020 15:28:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -326,7 +326,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af099bcb-5bea-47f0-8efd-10d03518f959 + - 7e61c0f6-ed15-4a0d-b752-82a97adaba2b status: 200 OK code: 200 duration: "" @@ -336,19 +336,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:14 GMT + - Thu, 19 Mar 2020 15:28:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -358,7 +358,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8977f4a4-654a-46ac-90b6-8d592594d13b + - b80dbb66-144e-4365-b3da-f4e6d500311f status: 200 OK code: 200 duration: "" @@ -368,19 +368,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:19 GMT + - Thu, 19 Mar 2020 15:28:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -390,7 +390,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 486338b3-b303-4b26-a6d8-5af5e6ea70cb + - 16c038c9-72c3-4097-9b23-4f7b1a7224cc status: 200 OK code: 200 duration: "" @@ -400,19 +400,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:24 GMT + - Thu, 19 Mar 2020 15:29:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -422,7 +422,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe7428a6-d8bb-499f-8bd1-c7de64ea72c0 + - ad84c35d-6b61-4930-b7ce-0354d012d284 status: 200 OK code: 200 duration: "" @@ -432,19 +432,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:29 GMT + - Thu, 19 Mar 2020 15:29:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -454,7 +454,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1174be13-e2e9-4512-998f-ab3643ad3963 + - aaa68825-d555-44af-8aa3-4575658f1131 status: 200 OK code: 200 duration: "" @@ -464,19 +464,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:34 GMT + - Thu, 19 Mar 2020 15:29:34 GMT Server: - scaleway_api Strict-Transport-Security: @@ -486,7 +486,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c3316e8-e930-4cab-9af7-16a81c1490e3 + - 4c63b59b-a287-4fa1-8055-ea00b6b39471 status: 200 OK code: 200 duration: "" @@ -496,19 +496,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:39 GMT + - Thu, 19 Mar 2020 15:29:49 GMT Server: - scaleway_api Strict-Transport-Security: @@ -518,7 +518,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ee069b3-eb86-4940-aded-3e50e7600f0f + - daa5cc82-dfb8-4f2f-9480-1adbc82a83b4 status: 200 OK code: 200 duration: "" @@ -528,19 +528,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:26:34.546213Z","created_at":"2020-03-19T15:26:33.868307Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "409" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:44 GMT + - Thu, 19 Mar 2020 15:30:04 GMT Server: - scaleway_api Strict-Transport-Security: @@ -550,7 +550,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0fa7c816-eedc-4e26-8a70-ecc56a9a309e + - 78483dbe-9246-4b14-b10b-838f2832c846 status: 200 OK code: 200 duration: "" @@ -560,19 +560,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: GET response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:30:17.142178Z","created_at":"2020-03-19T15:26:33.868307Z","status":"ready","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[{"id":"85d9d591-fd7a-4186-9f30-ffd2cc19bcee","address":"51.159.56.111","reverse":"51e00334-cadc-4f4f-a309-7afa91cd94f7.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null},{"id":"d6aa7362-f91f-4794-863e-1580b1fa51c9","address":"2001:0bc8:1200:0000:dac4:97ff:fe5b:75e1","reverse":"51e00334-cadc-4f4f-a309-7afa91cd94f7.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null}],"domain":"51e00334-cadc-4f4f-a309-7afa91cd94f7.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "411" + - "941" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:49 GMT + - Thu, 19 Mar 2020 15:30:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -582,7 +582,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 673dc977-273a-4140-85a7-86620e787764 + - 2277bee3-49cc-4e13-956d-9f9e02cd6cbb status: 200 OK code: 200 duration: "" @@ -592,595 +592,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:43:54 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 86be6d84-2382-40a6-99ba-83807b369fc0 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:43:59 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 94562027-0706-44cb-b752-5168175d4641 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:04 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 43ff5aab-d0db-4004-a3f8-caa9722acf89 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:09 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f1843e1b-fa2b-4b30-985d-c1d61ff5be5a - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:14 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cb06453f-0ca9-4b62-9775-8aeadb8b4ff1 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:19 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40bdaa91-a7c4-41f0-8395-58a698ad4811 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:25 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7b9f033b-d06b-41a8-998d-f424d07e0215 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:30 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 486d6a9a-2b27-4db3-b182-983f352fba80 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:35 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 745e421e-c7cd-469d-b6f6-5ee1d6753ca4 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:40 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1f69fb61-a576-45af-8945-ce68f0e6bc09 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:45 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 450c8ca7-4ce9-409f-98c4-e6cffdfd0ac8 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:50 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2fef508c-589a-43fe-ac3e-e13c5cc6e8cd - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:55 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 98534bdd-dbc2-4249-b198-071eb4160134 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:00 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0ac88eeb-e00b-4ceb-8e79-0135f3dfad26 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:05 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f29c8b6c-c109-4ebd-bf8d-c9b713c3e36b - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:10 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 95de6d3f-966e-4163-9af9-6158d842c3f6 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:42:34.892826Z","created_at":"2020-03-19T14:42:34.232844Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "411" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:15 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3485ac95-90d1-47d2-8d82-fcf2de10c78e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 - method: GET - response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:45:16.721321Z","created_at":"2020-03-19T14:42:34.232844Z","status":"ready","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[{"id":"cf3e22ce-429f-4034-ac3b-662d16659517","address":"51.159.56.113","reverse":"be97d840-353b-47f6-8929-ebec8bc9e753.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null},{"id":"f2fa09bd-2fd1-4587-82d3-4a3ff1dd6194","address":"2001:0bc8:1200:0000:dac4:97ff:fe5b:7aad","reverse":"be97d840-353b-47f6-8929-ebec8bc9e753.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null}],"domain":"be97d840-353b-47f6-8929-ebec8bc9e753.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "943" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:20 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7d13fb2b-7b13-4446-8434-0e19790d6353 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/be97d840-353b-47f6-8929-ebec8bc9e753 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/51e00334-cadc-4f4f-a309-7afa91cd94f7 method: DELETE response: - body: '{"id":"be97d840-353b-47f6-8929-ebec8bc9e753","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-wonderful-hamilton","description":"","updated_at":"2020-03-19T14:45:20.492789Z","created_at":"2020-03-19T14:42:34.232844Z","status":"deleting","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[{"id":"cf3e22ce-429f-4034-ac3b-662d16659517","address":"51.159.56.113","reverse":"be97d840-353b-47f6-8929-ebec8bc9e753.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null},{"id":"f2fa09bd-2fd1-4587-82d3-4a3ff1dd6194","address":"2001:0bc8:1200:0000:dac4:97ff:fe5b:7aad","reverse":"be97d840-353b-47f6-8929-ebec8bc9e753.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null}],"domain":"be97d840-353b-47f6-8929-ebec8bc9e753.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"51e00334-cadc-4f4f-a309-7afa91cd94f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-bm-heuristic-golick","description":"","updated_at":"2020-03-19T15:30:19.558274Z","created_at":"2020-03-19T15:26:33.868307Z","status":"deleting","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":["prod","blue"],"ips":[{"id":"85d9d591-fd7a-4186-9f30-ffd2cc19bcee","address":"51.159.56.111","reverse":"51e00334-cadc-4f4f-a309-7afa91cd94f7.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null},{"id":"d6aa7362-f91f-4794-863e-1580b1fa51c9","address":"2001:0bc8:1200:0000:dac4:97ff:fe5b:75e1","reverse":"51e00334-cadc-4f4f-a309-7afa91cd94f7.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null}],"domain":"51e00334-cadc-4f4f-a309-7afa91cd94f7.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "946" + - "944" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:45:20 GMT + - Thu, 19 Mar 2020 15:30:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1190,7 +614,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d253d393-3663-43b3-9343-e2714dc3c1f8 + - 70b63fcd-1d01-463e-be85-155f3270466e status: 200 OK code: 200 duration: "" diff --git a/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-with-name.cassette.yaml b/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-with-name.cassette.yaml index 18c0bf1202..bc6e48c1c3 100644 --- a/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-with-name.cassette.yaml +++ b/internal/namespaces/baremetal/v1alpha1/testdata/test-create-server-simple-with-name.cassette.yaml @@ -26,7 +26,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:33 GMT + - Thu, 19 Mar 2020 15:26:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -36,7 +36,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a9d19cf9-6209-443e-b60d-c63942a0aebf + - 6c4fc976-8e2e-4242-85e5-8c6eadb479d9 status: 200 OK code: 200 duration: "" @@ -51,7 +51,7 @@ interactions: url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers method: POST response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:34.236156187Z","created_at":"2020-03-19T14:42:34.236156187Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:33.871826495Z","created_at":"2020-03-19T15:26:33.871826495Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "407" @@ -60,7 +60,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:34 GMT + - Thu, 19 Mar 2020 15:26:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -70,7 +70,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7876c846-ef3b-4555-a2da-5ec279bebd79 + - 9bb27d46-32f2-4f9f-b45b-17d574cb46f9 status: 200 OK code: 200 duration: "" @@ -80,10 +80,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:34.236156Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:33.871826Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -92,7 +92,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:34 GMT + - Thu, 19 Mar 2020 15:26:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -102,7 +102,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3a039b4-ea82-4e95-87f3-ad8feea72076 + - b58fe1f0-9914-4550-a590-0a82275c4217 status: 200 OK code: 200 duration: "" @@ -112,10 +112,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:34.236156Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -124,7 +124,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:39 GMT + - Thu, 19 Mar 2020 15:26:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -134,7 +134,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8e4d82e-6aab-4913-9f89-d78a47709c01 + - d3cacbcb-6094-4ae0-900a-de3428a49829 status: 200 OK code: 200 duration: "" @@ -144,10 +144,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:34.236156Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -156,7 +156,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:44 GMT + - Thu, 19 Mar 2020 15:27:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -166,7 +166,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6681ed96-21f9-4e14-a946-a25564700aeb + - 3fb05bbc-3054-4db1-b73d-e4d7a698955d status: 200 OK code: 200 duration: "" @@ -176,10 +176,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:34.236156Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -188,7 +188,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:49 GMT + - Thu, 19 Mar 2020 15:27:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -198,7 +198,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4947da50-5bb0-404c-9ea5-ebb13f3506a7 + - d1165217-959f-41be-a885-51da4caf5471 status: 200 OK code: 200 duration: "" @@ -208,10 +208,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:34.236156Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -220,7 +220,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:54 GMT + - Thu, 19 Mar 2020 15:27:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -230,7 +230,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6c3a7b97-3260-46a9-8a52-6bf5228e80bd + - 26fce310-d7d2-41de-8433-96ff1ec5539c status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -252,7 +252,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:42:59 GMT + - Thu, 19 Mar 2020 15:27:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -262,7 +262,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 07761298-4b25-4fcd-8aee-2676ac006112 + - 3990f728-b282-4739-9a09-108f25d2883c status: 200 OK code: 200 duration: "" @@ -272,10 +272,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -284,7 +284,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:04 GMT + - Thu, 19 Mar 2020 15:28:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -294,7 +294,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ade50d2b-e30b-4325-ae98-fff2404645fa + - c6878c55-ec22-4028-8dfe-dbed4a7901ad status: 200 OK code: 200 duration: "" @@ -304,10 +304,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -316,7 +316,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:09 GMT + - Thu, 19 Mar 2020 15:28:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -326,7 +326,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 18828995-fe24-4cc5-aa68-f15e0619e763 + - 44544988-aef3-48d7-8acd-f0b1bd5bdb9e status: 200 OK code: 200 duration: "" @@ -336,10 +336,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -348,7 +348,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:14 GMT + - Thu, 19 Mar 2020 15:28:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -358,7 +358,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6fe0ac2d-325a-43d4-ba42-e22b284f5d48 + - e9a9b253-8a27-4d3a-a71d-b5ef83edabc2 status: 200 OK code: 200 duration: "" @@ -368,10 +368,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -380,7 +380,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:19 GMT + - Thu, 19 Mar 2020 15:28:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -390,7 +390,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f954ce8-920d-4e37-b05f-6453c4f22b30 + - 5c86387e-79b4-4ea8-9204-84592cd303f0 status: 200 OK code: 200 duration: "" @@ -400,10 +400,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -412,7 +412,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:24 GMT + - Thu, 19 Mar 2020 15:29:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -422,7 +422,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1a89288-aee2-47ba-adde-cc9742a38c2a + - 8e3af1d2-5ee4-4df8-bdb8-d248af555ca6 status: 200 OK code: 200 duration: "" @@ -432,10 +432,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -444,7 +444,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:29 GMT + - Thu, 19 Mar 2020 15:29:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -454,7 +454,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cfe23aee-64f6-471d-a1b4-92d9c3dc8e19 + - f7d641f8-c9b8-4fa7-a21b-f6d4b5944943 status: 200 OK code: 200 duration: "" @@ -464,10 +464,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -476,7 +476,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:34 GMT + - Thu, 19 Mar 2020 15:29:34 GMT Server: - scaleway_api Strict-Transport-Security: @@ -486,7 +486,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f40c440-d262-4a0e-a78b-1b092b83f722 + - 6a26a5b8-ea1a-4d3e-a04a-543f015d7dbb status: 200 OK code: 200 duration: "" @@ -496,10 +496,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -508,7 +508,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:39 GMT + - Thu, 19 Mar 2020 15:29:49 GMT Server: - scaleway_api Strict-Transport-Security: @@ -518,7 +518,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 47e4d78c-a8a3-4026-bf91-be615d54066f + - b19d3f00-88f5-447a-91fa-d2778dcf5933 status: 200 OK code: 200 duration: "" @@ -528,10 +528,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:26:34.400800Z","created_at":"2020-03-19T15:26:33.871826Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - "401" @@ -540,7 +540,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:43:44 GMT + - Thu, 19 Mar 2020 15:30:04 GMT Server: - scaleway_api Strict-Transport-Security: @@ -550,7 +550,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e24d056-a810-4a83-afdb-02de7eca7d07 + - 82ca3556-b1e8-448a-aa56-2d576333b227 status: 200 OK code: 200 duration: "" @@ -560,595 +560,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: GET response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:30:16.730113Z","created_at":"2020-03-19T15:26:33.871826Z","status":"ready","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[{"id":"67502263-f891-478f-9f70-70fa36c0c7ed","address":"51.159.56.58","reverse":"b0b0b145-9396-44c1-bdb0-9639e091e3f4.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null},{"id":"db1f5cb4-6b2f-47be-90d8-68ffcb8247a2","address":"2001:0bc8:1200:0000:aa1e:84ff:fef3:59f4","reverse":"b0b0b145-9396-44c1-bdb0-9639e091e3f4.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null}],"domain":"b0b0b145-9396-44c1-bdb0-9639e091e3f4.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:43:49 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d5aee717-be33-48a5-a2a4-55c8968d307e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:43:54 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40b82592-fb6e-4389-8388-43db39e55b7f - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:43:59 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8c241034-41f2-4ec7-9bf6-dfd3eb343306 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:04 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6f8226c8-db4d-4505-8936-4684401a069b - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:09 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f72c520a-9a9f-4ac2-978a-d445b8e084a5 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:14 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b58d6a27-9efb-48b9-b6c5-e6af9ff0c0a5 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:19 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 36ee4bad-2123-42ca-9013-99fee68a7dcb - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:25 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fd316c3b-d658-4073-8227-1b961713b350 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:30 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 629d84ed-40c4-4c0c-a666-73a21fd73d95 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:35 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a7c0af09-27ac-4891-980d-30fd6f3a45a3 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:40 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e0e2e836-db21-4807-833d-42d78aa7647f - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:45 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 14308fe9-1f59-453b-b21f-6a3a109091c0 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:50 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1b9e0acd-28bc-4604-baaf-647f446352c7 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:44:55 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a9b154e7-e8b5-4ec3-bccd-6e79ba7404ce - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:00 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4aa27424-9e1e-486d-8da1-49ecbb2f4b24 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:05 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4d5e3baa-06f1-4336-8a29-9207ccec9281 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:10 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 528bd1e0-2b02-416d-a59a-588914dc4d36 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:42:55.718951Z","created_at":"2020-03-19T14:42:34.236156Z","status":"undelivered","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[],"domain":"","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "401" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 19 Mar 2020 14:45:15 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d404aa30-6405-4c74-8576-d9016227cccb - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 - method: GET - response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:45:17.815561Z","created_at":"2020-03-19T14:42:34.236156Z","status":"ready","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[{"id":"f0846742-6fb6-48e4-a90f-0e6f6aa084b0","address":"51.159.56.122","reverse":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null},{"id":"fce15128-1870-4fc4-ab91-401222242a76","address":"2001:0bc8:1200:0000:dac4:97ff:fe5b:7a89","reverse":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null}],"domain":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' - headers: - Content-Length: - - "933" + - "932" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:45:20 GMT + - Thu, 19 Mar 2020 15:30:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1158,7 +582,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa96627c-2bcb-473d-9dcf-8ed38b0c7c60 + - d98c1329-1734-4959-b618-e2d69eb33fd7 status: 200 OK code: 200 duration: "" @@ -1168,19 +592,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/47d42b1d-2d01-48ec-a6bb-2df21af1b4f7 + url: https://api.scaleway.com/baremetal/v1alpha1/zones/fr-par-2/servers/b0b0b145-9396-44c1-bdb0-9639e091e3f4 method: DELETE response: - body: '{"id":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T14:45:20.433246Z","created_at":"2020-03-19T14:42:34.236156Z","status":"deleting","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[{"id":"f0846742-6fb6-48e4-a90f-0e6f6aa084b0","address":"51.159.56.122","reverse":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null},{"id":"fce15128-1870-4fc4-ab91-401222242a76","address":"2001:0bc8:1200:0000:dac4:97ff:fe5b:7a89","reverse":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null}],"domain":"47d42b1d-2d01-48ec-a6bb-2df21af1b4f7.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' + body: '{"id":"b0b0b145-9396-44c1-bdb0-9639e091e3f4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"test-create-server-with-name","description":"","updated_at":"2020-03-19T15:30:19.557561Z","created_at":"2020-03-19T15:26:33.871826Z","status":"deleting","offer_id":"964f9b38-577e-470f-a220-7d762f9e8672","install":null,"tags":[],"ips":[{"id":"67502263-f891-478f-9f70-70fa36c0c7ed","address":"51.159.56.58","reverse":"b0b0b145-9396-44c1-bdb0-9639e091e3f4.fr-par-2.baremetal.scw.cloud","version":"Ipv4","reverse_status":"pending","reverse_status_message":null},{"id":"db1f5cb4-6b2f-47be-90d8-68ffcb8247a2","address":"2001:0bc8:1200:0000:aa1e:84ff:fef3:59f4","reverse":"b0b0b145-9396-44c1-bdb0-9639e091e3f4.fr-par-2.baremetal.scw.cloud","version":"Ipv6","reverse_status":"pending","reverse_status_message":null}],"domain":"b0b0b145-9396-44c1-bdb0-9639e091e3f4.fr-par-2.baremetal.scw.cloud","boot_type":"normal","zone":"fr-par-2"}' headers: Content-Length: - - "936" + - "935" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 19 Mar 2020 14:45:20 GMT + - Thu, 19 Mar 2020 15:30:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1190,7 +614,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca47d174-cb20-4dfb-b51d-66ec3e2f19f2 + - 4a8071ff-1798-439c-ac3e-8c708b416969 status: 200 OK code: 200 duration: ""