From c8a9ae17f10161c9db103ad3a1847196c90a5a88 Mon Sep 17 00:00:00 2001 From: Jonathan Remy Date: Fri, 10 Oct 2025 06:49:48 +0200 Subject: [PATCH] fix: update MongoDB snapshot expiration dates to future --- internal/services/mongodb/snapshot_test.go | 10 +- .../mongo-db-snapshot-basic.cassette.yaml | 3739 ++++++++++++++++- .../mongo-db-snapshot-update.cassette.yaml | 2783 +++++++++++- 3 files changed, 6206 insertions(+), 326 deletions(-) diff --git a/internal/services/mongodb/snapshot_test.go b/internal/services/mongodb/snapshot_test.go index 8c41a31e52..bbe53b2f91 100644 --- a/internal/services/mongodb/snapshot_test.go +++ b/internal/services/mongodb/snapshot_test.go @@ -35,7 +35,7 @@ func TestAccMongoDBSnapshot_Basic(t *testing.T) { resource "scaleway_mongodb_snapshot" "main" { instance_id = scaleway_mongodb_instance.main.id name = "test-snapshot" - expires_at = "2025-12-31T23:59:59Z" + expires_at = "2026-06-30T23:59:59Z" } `, Check: resource.ComposeTestCheckFunc( @@ -69,11 +69,11 @@ func TestAccMongoDBSnapshot_Update(t *testing.T) { resource "scaleway_mongodb_snapshot" "main" { instance_id = scaleway_mongodb_instance.main.id name = "test-snapshot" - expires_at = "2025-12-31T23:59:59Z" + expires_at = "2026-06-30T23:59:59Z" } `, Check: resource.ComposeTestCheckFunc( - resource.TestCheckResourceAttr("scaleway_mongodb_snapshot.main", "expires_at", "2025-12-31T23:59:59Z"), + resource.TestCheckResourceAttr("scaleway_mongodb_snapshot.main", "expires_at", "2026-06-30T23:59:59Z"), ), }, { @@ -90,12 +90,12 @@ func TestAccMongoDBSnapshot_Update(t *testing.T) { resource "scaleway_mongodb_snapshot" "main" { instance_id = scaleway_mongodb_instance.main.id name = "updated-snapshot" - expires_at = "2025-09-20T23:59:59Z" + expires_at = "2026-06-30T23:59:59Z" } `, Check: resource.ComposeTestCheckFunc( resource.TestCheckResourceAttr("scaleway_mongodb_snapshot.main", "name", "updated-snapshot"), - resource.TestCheckResourceAttr("scaleway_mongodb_snapshot.main", "expires_at", "2025-09-20T23:59:59Z"), + resource.TestCheckResourceAttr("scaleway_mongodb_snapshot.main", "expires_at", "2026-06-30T23:59:59Z"), ), }, }, diff --git a/internal/services/mongodb/testdata/mongo-db-snapshot-basic.cassette.yaml b/internal/services/mongodb/testdata/mongo-db-snapshot-basic.cassette.yaml index 488b86efc2..b4832d69a0 100644 --- a/internal/services/mongodb/testdata/mongo-db-snapshot-basic.cassette.yaml +++ b/internal/services/mongodb/testdata/mongo-db-snapshot-basic.cassette.yaml @@ -18,7 +18,7 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances method: POST response: @@ -29,7 +29,7 @@ interactions: trailer: {} content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:19.662754Z","endpoints":[{"dns_record":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6.mgdb.fr-par.scw.cloud","id":"c5a63e12-8324-48e1-bfa9-5e6e2efaf9c2","port":27017,"public_network":{}}],"id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:20.178990Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - "683" @@ -38,7 +38,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:10:20 GMT + - Fri, 10 Oct 2025 05:48:23 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -48,10 +48,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b88aedb5-4e85-465b-ac0d-577835bfe7c1 + - 8b57bed5-4255-4b30-bd80-8ac3ed082183 status: 200 OK code: 200 - duration: 766.428208ms + duration: 934.142541ms - id: 1 request: proto: HTTP/1.1 @@ -67,8 +67,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f1f147cd-4ab3-4495-aeb1-46faf445e5c6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -78,7 +78,7 @@ interactions: trailer: {} content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:19.662754Z","endpoints":[{"dns_record":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6.mgdb.fr-par.scw.cloud","id":"c5a63e12-8324-48e1-bfa9-5e6e2efaf9c2","port":27017,"public_network":{}}],"id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:20.178990Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - "683" @@ -87,7 +87,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:10:20 GMT + - Fri, 10 Oct 2025 05:48:23 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -97,10 +97,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c89e785a-35a3-4b69-a094-038eef59c392 + - c9ef32aa-a390-448d-bad3-4e8dbf4fc9d4 status: 200 OK code: 200 - duration: 95.104834ms + duration: 91.919875ms - id: 2 request: proto: HTTP/1.1 @@ -116,8 +116,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f1f147cd-4ab3-4495-aeb1-46faf445e5c6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -125,18 +125,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 676 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:19.662754Z","endpoints":[{"dns_record":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6.mgdb.fr-par.scw.cloud","id":"c5a63e12-8324-48e1-bfa9-5e6e2efaf9c2","port":27017,"public_network":{}}],"id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:20.178990Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "676" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:34 GMT + - Fri, 10 Oct 2025 05:48:33 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -146,10 +146,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d2bcddb0-31f3-487e-80ec-d0cae35c44cc + - 21932e39-6b12-4981-babf-fdd8c34990fa status: 200 OK code: 200 - duration: 81.764209ms + duration: 130.726334ms - id: 3 request: proto: HTTP/1.1 @@ -165,8 +165,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f1f147cd-4ab3-4495-aeb1-46faf445e5c6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -174,18 +174,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 676 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:19.662754Z","endpoints":[{"dns_record":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6.mgdb.fr-par.scw.cloud","id":"c5a63e12-8324-48e1-bfa9-5e6e2efaf9c2","port":27017,"public_network":{}}],"id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:20.178990Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "676" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:34 GMT + - Fri, 10 Oct 2025 05:48:43 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -195,48 +195,46 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39c6b9d0-8227-4042-aac6-855a45a8c867 + - 795df7df-310c-4c48-8eff-04cd8054dfd6 status: 200 OK code: 200 - duration: 196.426ms + duration: 254.281583ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 113 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"instance_id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","name":"test-snapshot","expires_at":"2025-12-31T23:59:59Z"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 400 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:27:34.379424Z","expires_at":"2025-12-31T23:59:59Z","id":"35bbf600-073d-47d2-b25b-9515a6bbfe23","instance_id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":0,"status":"creating","updated_at":"2025-07-21T13:27:34.379424Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "400" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:34 GMT + - Fri, 10 Oct 2025 05:48:53 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -246,10 +244,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d581ed0b-4740-4cb4-8f5a-b983b57ae486 + - 12f1de9f-492d-4de2-93f3-95f8d168a50e status: 200 OK code: 200 - duration: 205.364625ms + duration: 138.904875ms - id: 5 request: proto: HTTP/1.1 @@ -265,8 +263,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/35bbf600-073d-47d2-b25b-9515a6bbfe23 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -274,18 +272,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 400 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:27:34.379424Z","expires_at":"2025-12-31T23:59:59Z","id":"35bbf600-073d-47d2-b25b-9515a6bbfe23","instance_id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":0,"status":"creating","updated_at":"2025-07-21T13:27:34.379424Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "400" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:34 GMT + - Fri, 10 Oct 2025 05:49:03 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -295,10 +293,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 714bc1fb-966a-4ade-9ce2-b89249d39972 + - 3e665ac4-db09-4549-87fd-efcff71d75a4 status: 200 OK code: 200 - duration: 86.682167ms + duration: 122.078459ms - id: 6 request: proto: HTTP/1.1 @@ -314,8 +312,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/35bbf600-073d-47d2-b25b-9515a6bbfe23 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -323,18 +321,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:27:34.379424Z","expires_at":"2025-12-31T23:59:59Z","id":"35bbf600-073d-47d2-b25b-9515a6bbfe23","instance_id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:27:35.313730Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "406" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:44 GMT + - Fri, 10 Oct 2025 05:49:14 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -344,10 +342,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4083407e-8f91-4e7e-aa62-190edf084ff5 + - 1b587a4f-e747-458d-99d7-cb6b4020d3f1 status: 200 OK code: 200 - duration: 96.923917ms + duration: 134.254167ms - id: 7 request: proto: HTTP/1.1 @@ -363,8 +361,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/35bbf600-073d-47d2-b25b-9515a6bbfe23 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -372,18 +370,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:27:34.379424Z","expires_at":"2025-12-31T23:59:59Z","id":"35bbf600-073d-47d2-b25b-9515a6bbfe23","instance_id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:27:35.313730Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "406" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:44 GMT + - Fri, 10 Oct 2025 05:49:24 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -393,10 +391,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8bab913-7b2c-4c55-8cf3-679e1b3cf33a + - 9bd9bdc0-2a9d-4a10-bef6-e00a538cb1d2 status: 200 OK code: 200 - duration: 30.3025ms + duration: 89.064042ms - id: 8 request: proto: HTTP/1.1 @@ -412,8 +410,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f1f147cd-4ab3-4495-aeb1-46faf445e5c6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -421,18 +419,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 676 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:19.662754Z","endpoints":[{"dns_record":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6.mgdb.fr-par.scw.cloud","id":"c5a63e12-8324-48e1-bfa9-5e6e2efaf9c2","port":27017,"public_network":{}}],"id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:20.178990Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "676" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:45 GMT + - Fri, 10 Oct 2025 05:49:34 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -442,10 +440,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b7ff45dc-f3c0-46bc-843f-c82e1179b40a + - b4e0eedc-876a-4ed3-b74d-dcd5d1613344 status: 200 OK code: 200 - duration: 87.623375ms + duration: 98.903208ms - id: 9 request: proto: HTTP/1.1 @@ -461,8 +459,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/35bbf600-073d-47d2-b25b-9515a6bbfe23 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -470,18 +468,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:27:34.379424Z","expires_at":"2025-12-31T23:59:59Z","id":"35bbf600-073d-47d2-b25b-9515a6bbfe23","instance_id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:27:35.313730Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "406" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:45 GMT + - Fri, 10 Oct 2025 05:49:44 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -491,10 +489,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 00abdb3b-5897-41db-90d0-56e6215f4233 + - 9f4b5044-f5e8-43e8-ba71-7f8c85027648 status: 200 OK code: 200 - duration: 75.602875ms + duration: 151.424416ms - id: 10 request: proto: HTTP/1.1 @@ -510,27 +508,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/35bbf600-073d-47d2-b25b-9515a6bbfe23 - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 409 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:27:34.379424Z","expires_at":"2025-12-31T23:59:59Z","id":"35bbf600-073d-47d2-b25b-9515a6bbfe23","instance_id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"deleting","updated_at":"2025-07-21T13:27:46.506604Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "409" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:46 GMT + - Fri, 10 Oct 2025 05:49:54 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -540,10 +538,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba01e3a2-6d1a-4395-93d5-1730f668e33f + - 444fa60d-f8a9-4eb8-b90c-0c8fad2587df status: 200 OK code: 200 - duration: 131.134125ms + duration: 89.7255ms - id: 11 request: proto: HTTP/1.1 @@ -559,8 +557,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f1f147cd-4ab3-4495-aeb1-46faf445e5c6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -568,18 +566,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 676 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:19.662754Z","endpoints":[{"dns_record":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6.mgdb.fr-par.scw.cloud","id":"c5a63e12-8324-48e1-bfa9-5e6e2efaf9c2","port":27017,"public_network":{}}],"id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:20.178990Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "676" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:46 GMT + - Fri, 10 Oct 2025 05:50:04 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -589,10 +587,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6922dea-d796-4db5-b42d-268d5f9cc527 + - 3ce5aca2-6c66-4f26-90c9-79048f765d43 status: 200 OK code: 200 - duration: 27.5725ms + duration: 98.372875ms - id: 12 request: proto: HTTP/1.1 @@ -608,27 +606,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f1f147cd-4ab3-4495-aeb1-46faf445e5c6 - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 562 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:19.662754Z","endpoints":[{"dns_record":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6.mgdb.fr-par.scw.cloud","id":"c5a63e12-8324-48e1-bfa9-5e6e2efaf9c2","port":27017,"public_network":{}}],"id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":null,"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "562" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:46 GMT + - Fri, 10 Oct 2025 05:50:14 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -638,10 +636,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c0eaa0e-303e-4d65-89f1-032beecb62bc + - 7d553c14-078b-4cb9-a3d0-cd4fe091e0d2 status: 200 OK code: 200 - duration: 152.09675ms + duration: 128.646792ms - id: 13 request: proto: HTTP/1.1 @@ -657,8 +655,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f1f147cd-4ab3-4495-aeb1-46faf445e5c6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -666,18 +664,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 679 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:19.662754Z","endpoints":[{"dns_record":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6.mgdb.fr-par.scw.cloud","id":"c5a63e12-8324-48e1-bfa9-5e6e2efaf9c2","port":27017,"public_network":{}}],"id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:20.178990Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "679" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:27:46 GMT + - Fri, 10 Oct 2025 05:50:24 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -687,10 +685,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fadd6699-e054-4756-aaed-a4b387fd3a05 + - b540e958-d93d-4e2c-9607-f326211f9c82 status: 200 OK code: 200 - duration: 93.334583ms + duration: 136.653958ms - id: 14 request: proto: HTTP/1.1 @@ -706,8 +704,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f1f147cd-4ab3-4495-aeb1-46faf445e5c6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 method: GET response: proto: HTTP/2.0 @@ -715,18 +713,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 129 + content_length: 683 uncompressed: false - body: '{"message":"resource is not found","resource":"instance","resource_id":"f1f147cd-4ab3-4495-aeb1-46faf445e5c6","type":"not_found"}' + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "129" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:35:11 GMT + - Fri, 10 Oct 2025 05:50:35 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -736,10 +734,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ff64254-1783-4be7-a010-d5e2a87f029c - status: 404 Not Found - code: 404 - duration: 21.037625ms + - 94ba7fcd-8aca-4632-9148-dc639c0f368f + status: 200 OK + code: 200 + duration: 40.65375ms - id: 15 request: proto: HTTP/1.1 @@ -755,8 +753,3489 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/35bbf600-073d-47d2-b25b-9515a6bbfe23 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:50:45 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f8a9543f-d55d-465f-926f-3875892bde3e + status: 200 OK + code: 200 + duration: 135.483208ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:50:55 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cc3b8f91-a612-4abb-b468-0380474bd2f2 + status: 200 OK + code: 200 + duration: 111.188708ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:51:05 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d6ddadb2-288b-41fa-8c93-637578267bb6 + status: 200 OK + code: 200 + duration: 100.507125ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:51:15 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a050439d-81d9-4c84-9f7a-31e207b1a2cc + status: 200 OK + code: 200 + duration: 273.767666ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:51:25 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ed961a30-bc43-4739-9ad8-f0b2b5e72335 + status: 200 OK + code: 200 + duration: 115.942375ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:51:36 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 32d7963d-3204-4ef0-b214-c564045ec983 + status: 200 OK + code: 200 + duration: 113.962958ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:51:46 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 20d9f855-b402-4da6-91fc-3376a5005d67 + status: 200 OK + code: 200 + duration: 110.452791ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:51:56 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c6f4b6d2-a4d9-441f-bfc4-56323858e750 + status: 200 OK + code: 200 + duration: 103.380583ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:06 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cd7f4bc0-5352-4560-8cb2-7a1ec4a75c59 + status: 200 OK + code: 200 + duration: 149.88425ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:16 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e888b46e-845a-49a3-bc25-962c12b2d5e7 + status: 200 OK + code: 200 + duration: 151.038ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:26 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ef098d16-714b-4ee6-8183-b6a16c7450df + status: 200 OK + code: 200 + duration: 116.19825ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:36 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 49e2b589-b2ce-4ca1-a448-5829ce48cb39 + status: 200 OK + code: 200 + duration: 110.760042ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:46 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f4fa0920-62d0-4b61-8b84-66daa9b1fb91 + status: 200 OK + code: 200 + duration: 142.415541ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:57 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 600ba3ef-0f8d-416b-ad0d-dcccfdfb7842 + status: 200 OK + code: 200 + duration: 114.429166ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:07 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cc0ecb25-8140-4b5e-9f34-1c6e000cb912 + status: 200 OK + code: 200 + duration: 87.836917ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:17 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1ebbf0f0-405e-41a9-9602-1499d65ebbce + status: 200 OK + code: 200 + duration: 104.229042ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:27 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ccc3b223-502f-4cb9-a1ff-98a24b9e041c + status: 200 OK + code: 200 + duration: 108.870541ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:37 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a3d57af1-e448-43c1-b857-9dee7efb36a4 + status: 200 OK + code: 200 + duration: 235.781167ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:47 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6f03f9e4-f67e-44cc-8495-8f6c13c55c32 + status: 200 OK + code: 200 + duration: 97.251625ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:57 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 49b63419-f20e-4d58-9bc3-456596d83679 + status: 200 OK + code: 200 + duration: 140.652583ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:08 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f86cb7e0-b2bc-42d6-a950-fd0438a82c45 + status: 200 OK + code: 200 + duration: 95.759958ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:18 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 500460ee-6ea4-4bce-b0d5-64f23eb61e43 + status: 200 OK + code: 200 + duration: 189.856125ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e411a636-a848-4b48-a931-b013240ef344 + status: 200 OK + code: 200 + duration: 131.879625ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:38 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 10f6670e-8b4f-4991-acec-e4ea2b349886 + status: 200 OK + code: 200 + duration: 95.972416ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:48 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3ef1c0e6-2d50-40a3-8b45-f3f5bc1b99e5 + status: 200 OK + code: 200 + duration: 110.344583ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:58 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 90d02d7f-573e-47ab-9179-8dac4573d27a + status: 200 OK + code: 200 + duration: 123.084958ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:08 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 213c40c9-9a47-4f3b-8023-8dc33838259c + status: 200 OK + code: 200 + duration: 171.753333ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:19 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3065cca7-7972-4f93-a34e-25acf4625d5c + status: 200 OK + code: 200 + duration: 109.862166ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:29 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9a8db4f5-50b9-4b00-bc12-47ccd2700f66 + status: 200 OK + code: 200 + duration: 93.176416ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:39 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5d3a7d97-1894-4274-8343-0405d98fe523 + status: 200 OK + code: 200 + duration: 137.075625ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:49 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4e2aa1b4-c926-463c-ba03-0180f0f4409a + status: 200 OK + code: 200 + duration: 304.388208ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:59 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ae3bb16e-6bee-4536-be3a-d554a711c231 + status: 200 OK + code: 200 + duration: 96.398709ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:09 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9dbfe9ce-410e-48f3-865d-e25e052ba068 + status: 200 OK + code: 200 + duration: 147.004917ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:19 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8319521f-1f6f-4793-a664-e3e951ab2a7e + status: 200 OK + code: 200 + duration: 133.580333ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 676 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:30 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c3e50c35-be90-46b1-a1a3-740a39539979 + status: 200 OK + code: 200 + duration: 96.383ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 676 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:30 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 777fba8d-d6e6-4faa-aeb7-679baf94a0d8 + status: 200 OK + code: 200 + duration: 171.71675ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2/certificate + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 1085 + uncompressed: false + body: '{"content":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUIvekNDQWJHZ0F3SUJBZ0lRYUV4VnJsRTUxTVloVVIrQ1VPcUZYREFGQmdNclpYQXdjREVMTUFrR0ExVUUKQmhNQ1JsSXhEakFNQmdOVkJBY1RCVkJoY21sek1Sa3dGd1lEVlFRS0V4QlRZMkZzWlhkaGVTQk5iMjVuYjBSQwpNVFl3TkFZRFZRUUxFeTFKYm5OMFlXNWpaU0E0TlRjM01EYzBNaTFtWWpaakxUUTBNMlF0T0dGbU5TMDJOekl4Ck5qVXdaV0V5WlRJd0hoY05NalV4TURFd01EVTBPREl6V2hjTk16VXhNREE0TURVME9ESXpXakJ3TVFzd0NRWUQKVlFRR0V3SkdVakVPTUF3R0ExVUVCeE1GVUdGeWFYTXhHVEFYQmdOVkJBb1RFRk5qWVd4bGQyRjVJRTF2Ym1kdgpSRUl4TmpBMEJnTlZCQXNUTFVsdWMzUmhibU5sSURnMU56Y3dOelF5TFdaaU5tTXRORFF6WkMwNFlXWTFMVFkzCk1qRTJOVEJsWVRKbE1qQXFNQVVHQXl0bGNBTWhBSCtDbDJlM2ZjYmQ5R1hPS3JKclkrZWRlRHpTenRtT25SeSsKVUN3R1orZXNvMkV3WHpBT0JnTlZIUThCQWY4RUJBTUNBZ1F3SFFZRFZSMGxCQll3RkFZSUt3WUJCUVVIQXdJRwpDQ3NHQVFVRkJ3TUJNQThHQTFVZEV3RUIvd1FGTUFNQkFmOHdIUVlEVlIwT0JCWUVGQ0ZzOHFLd0ZucHpveFlrClBvaDYraEYxd3k3U01BVUdBeXRsY0FOQkFBV1FJek1teGN0YXBrVjJpaDJZZXQ0NUpaWWtFOEVtUkp5RmJjMlAKcFc1ZmwzV3ZSSWgrTFpFQUlZQWlHTHlrVDAwR3ZiQ0kzRC9qY0d5dmpaaGRkZ0k9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","content_type":"application/x-pem-file","name":"ssl_certificate"}' + headers: + Content-Length: + - "1085" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:30 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b5f09779-d144-492f-9bcf-87a2ece2a09a + status: 200 OK + code: 200 + duration: 39.620083ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"instance_id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-snapshot","expires_at":"2026-06-30T23:59:59Z"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 400 + uncompressed: false + body: '{"created_at":"2025-10-10T05:56:30.353693Z","expires_at":"2026-06-30T23:59:59Z","id":"a0946897-3385-4f2d-b330-47d0ff7c2fae","instance_id":"85770742-fb6c-443d-8af5-6721650ea2e2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":0,"status":"creating","updated_at":"2025-10-10T05:56:30.353693Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "400" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:30 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 36aee592-2f05-4d27-9727-ae70046ef738 + status: 200 OK + code: 200 + duration: 238.973042ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/a0946897-3385-4f2d-b330-47d0ff7c2fae + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 400 + uncompressed: false + body: '{"created_at":"2025-10-10T05:56:30.353693Z","expires_at":"2026-06-30T23:59:59Z","id":"a0946897-3385-4f2d-b330-47d0ff7c2fae","instance_id":"85770742-fb6c-443d-8af5-6721650ea2e2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":0,"status":"creating","updated_at":"2025-10-10T05:56:30.353693Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "400" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:30 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9a8e9e93-b561-4ae5-8fae-9458933bfe2c + status: 200 OK + code: 200 + duration: 92.918958ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/a0946897-3385-4f2d-b330-47d0ff7c2fae + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 406 + uncompressed: false + body: '{"created_at":"2025-10-10T05:56:30.353693Z","expires_at":"2026-06-30T23:59:59Z","id":"a0946897-3385-4f2d-b330-47d0ff7c2fae","instance_id":"85770742-fb6c-443d-8af5-6721650ea2e2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:56:31.134692Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "406" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:40 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f7e4ce50-5a79-48eb-9a21-339183d464dc + status: 200 OK + code: 200 + duration: 85.29275ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/a0946897-3385-4f2d-b330-47d0ff7c2fae + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 406 + uncompressed: false + body: '{"created_at":"2025-10-10T05:56:30.353693Z","expires_at":"2026-06-30T23:59:59Z","id":"a0946897-3385-4f2d-b330-47d0ff7c2fae","instance_id":"85770742-fb6c-443d-8af5-6721650ea2e2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:56:31.134692Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "406" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:40 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a85229e0-aafc-4cfc-a069-fa9531e285cd + status: 200 OK + code: 200 + duration: 100.588458ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 676 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:41 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c9d4a18e-b6bd-4e75-a5ea-e33823d56905 + status: 200 OK + code: 200 + duration: 94.35025ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2/certificate + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 1085 + uncompressed: false + body: '{"content":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUIvekNDQWJHZ0F3SUJBZ0lRYUV4VnJsRTUxTVloVVIrQ1VPcUZYREFGQmdNclpYQXdjREVMTUFrR0ExVUUKQmhNQ1JsSXhEakFNQmdOVkJBY1RCVkJoY21sek1Sa3dGd1lEVlFRS0V4QlRZMkZzWlhkaGVTQk5iMjVuYjBSQwpNVFl3TkFZRFZRUUxFeTFKYm5OMFlXNWpaU0E0TlRjM01EYzBNaTFtWWpaakxUUTBNMlF0T0dGbU5TMDJOekl4Ck5qVXdaV0V5WlRJd0hoY05NalV4TURFd01EVTBPREl6V2hjTk16VXhNREE0TURVME9ESXpXakJ3TVFzd0NRWUQKVlFRR0V3SkdVakVPTUF3R0ExVUVCeE1GVUdGeWFYTXhHVEFYQmdOVkJBb1RFRk5qWVd4bGQyRjVJRTF2Ym1kdgpSRUl4TmpBMEJnTlZCQXNUTFVsdWMzUmhibU5sSURnMU56Y3dOelF5TFdaaU5tTXRORFF6WkMwNFlXWTFMVFkzCk1qRTJOVEJsWVRKbE1qQXFNQVVHQXl0bGNBTWhBSCtDbDJlM2ZjYmQ5R1hPS3JKclkrZWRlRHpTenRtT25SeSsKVUN3R1orZXNvMkV3WHpBT0JnTlZIUThCQWY4RUJBTUNBZ1F3SFFZRFZSMGxCQll3RkFZSUt3WUJCUVVIQXdJRwpDQ3NHQVFVRkJ3TUJNQThHQTFVZEV3RUIvd1FGTUFNQkFmOHdIUVlEVlIwT0JCWUVGQ0ZzOHFLd0ZucHpveFlrClBvaDYraEYxd3k3U01BVUdBeXRsY0FOQkFBV1FJek1teGN0YXBrVjJpaDJZZXQ0NUpaWWtFOEVtUkp5RmJjMlAKcFc1ZmwzV3ZSSWgrTFpFQUlZQWlHTHlrVDAwR3ZiQ0kzRC9qY0d5dmpaaGRkZ0k9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","content_type":"application/x-pem-file","name":"ssl_certificate"}' + headers: + Content-Length: + - "1085" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:41 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d8dbc5a1-90f1-4dd0-af2e-2758cc060629 + status: 200 OK + code: 200 + duration: 25.367167ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/a0946897-3385-4f2d-b330-47d0ff7c2fae + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 406 + uncompressed: false + body: '{"created_at":"2025-10-10T05:56:30.353693Z","expires_at":"2026-06-30T23:59:59Z","id":"a0946897-3385-4f2d-b330-47d0ff7c2fae","instance_id":"85770742-fb6c-443d-8af5-6721650ea2e2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:56:31.134692Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "406" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:42 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 15cf7c7e-14f6-40e2-b9d1-b1bc39818972 + status: 200 OK + code: 200 + duration: 88.464083ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/a0946897-3385-4f2d-b330-47d0ff7c2fae + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 409 + uncompressed: false + body: '{"created_at":"2025-10-10T05:56:30.353693Z","expires_at":"2026-06-30T23:59:59Z","id":"a0946897-3385-4f2d-b330-47d0ff7c2fae","instance_id":"85770742-fb6c-443d-8af5-6721650ea2e2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"deleting","updated_at":"2025-10-10T05:56:42.543434Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "409" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:42 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4e630604-9606-4dac-9188-05fdf3876a7d + status: 200 OK + code: 200 + duration: 164.607ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 676 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:42 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5ac55180-ed00-47a5-b826-fe7e8d908312 + status: 200 OK + code: 200 + duration: 33.940583ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 562 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":null,"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "562" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:42 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 998b2782-30db-463e-8ba7-7fbc44f88a54 + status: 200 OK + code: 200 + duration: 172.478833ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:43 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7788eb23-c177-44ed-9132-9c12dfd930ed + status: 200 OK + code: 200 + duration: 121.261833ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:53 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2c35b587-0cad-4b31-90eb-5461276d0f28 + status: 200 OK + code: 200 + duration: 138.239208ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:57:03 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 90611f1e-647e-429b-917a-e378d11e2ee6 + status: 200 OK + code: 200 + duration: 123.0155ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:57:13 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8cb58c79-647c-4617-9715-745c7d6b3b7b + status: 200 OK + code: 200 + duration: 93.35ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:57:23 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 401f195a-ece6-4d6f-a88e-157214d69620 + status: 200 OK + code: 200 + duration: 293.501541ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:57:33 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5dd84c1d-ea03-49f2-80e7-b69a79aaa92b + status: 200 OK + code: 200 + duration: 113.804834ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:57:43 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - abf1ac65-4407-48d1-a5f4-6f25b33427de + status: 200 OK + code: 200 + duration: 99.051667ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:57:54 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4bdeb920-055f-4d03-8d5f-72165b1d8922 + status: 200 OK + code: 200 + duration: 115.90575ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:58:04 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8e423804-365d-4212-85d5-05768c536d3e + status: 200 OK + code: 200 + duration: 128.697166ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:58:14 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - be74aace-5cfc-46a7-9d62-e044b007e10e + status: 200 OK + code: 200 + duration: 302.836667ms + - id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:58:24 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c2389bb2-e9ee-49a3-a9ef-f8b0c8819afe + status: 200 OK + code: 200 + duration: 120.3965ms + - id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:58:34 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9a1b0b49-b18f-4718-a65f-637d693c5958 + status: 200 OK + code: 200 + duration: 247.77475ms + - id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:58:45 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6d7de7e3-d14a-4edb-b50e-972b32b30533 + status: 200 OK + code: 200 + duration: 96.13025ms + - id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:58:55 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c245b59d-f5e3-4a1e-b957-02332281ce6f + status: 200 OK + code: 200 + duration: 120.787708ms + - id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:59:05 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a4b1d98c-4069-4e2d-adda-fa39c21bc777 + status: 200 OK + code: 200 + duration: 118.75275ms + - id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:59:15 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6bd30da2-6a25-4fab-84ec-759252886b26 + status: 200 OK + code: 200 + duration: 286.736833ms + - id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:59:25 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 448822d3-b017-426a-8a6f-386ba0b7d74a + status: 200 OK + code: 200 + duration: 93.983167ms + - id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:59:35 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8a14e99a-4ecc-4301-b8f5-aa9ecd609bd2 + status: 200 OK + code: 200 + duration: 212.431417ms + - id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:59:45 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 44442637-cd59-49ac-8a31-5589f7ac36e2 + status: 200 OK + code: 200 + duration: 111.948792ms + - id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:59:56 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 81e1fdd9-32e7-473d-84da-e7dfc64aa6c2 + status: 200 OK + code: 200 + duration: 106.280833ms + - id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 06:00:06 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ed49c1dc-03cf-47f2-ad6d-fb51e6a0d596 + status: 200 OK + code: 200 + duration: 117.857334ms + - id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 06:00:16 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0f904b7d-c81a-45dd-96d8-3beaabd3706a + status: 200 OK + code: 200 + duration: 115.082834ms + - id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.542393Z","endpoints":[{"dns_record":"85770742-fb6c-443d-8af5-6721650ea2e2.mgdb.fr-par.scw.cloud","id":"7ae57697-7120-465b-b9e6-034643e2ce88","port":27017,"public_network":{}}],"id":"85770742-fb6c-443d-8af5-6721650ea2e2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:23.131138Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 06:00:26 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9a91dce6-dfdb-4e93-b2cb-5b5b46d6e20f + status: 200 OK + code: 200 + duration: 112.7565ms + - id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/85770742-fb6c-443d-8af5-6721650ea2e2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 129 + uncompressed: false + body: '{"message":"resource is not found","resource":"instance","resource_id":"85770742-fb6c-443d-8af5-6721650ea2e2","type":"not_found"}' + headers: + Content-Length: + - "129" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 06:00:36 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 639752fd-ac45-4caa-8d66-072de7e89691 + status: 404 Not Found + code: 404 + duration: 30.588791ms + - id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/a0946897-3385-4f2d-b330-47d0ff7c2fae method: GET response: proto: HTTP/2.0 @@ -766,7 +4245,7 @@ interactions: trailer: {} content_length: 129 uncompressed: false - body: '{"message":"resource is not found","resource":"snapshot","resource_id":"35bbf600-073d-47d2-b25b-9515a6bbfe23","type":"not_found"}' + body: '{"message":"resource is not found","resource":"snapshot","resource_id":"a0946897-3385-4f2d-b330-47d0ff7c2fae","type":"not_found"}' headers: Content-Length: - "129" @@ -775,7 +4254,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:35:11 GMT + - Fri, 10 Oct 2025 06:00:36 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -785,7 +4264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4020eedc-6f94-48ee-b916-54db7c631c47 + - 1804bbaa-4c84-470a-9d9d-db8c1d9d1b5f status: 404 Not Found code: 404 - duration: 24.23375ms + duration: 24.414208ms diff --git a/internal/services/mongodb/testdata/mongo-db-snapshot-update.cassette.yaml b/internal/services/mongodb/testdata/mongo-db-snapshot-update.cassette.yaml index e211be2536..ac702b3b11 100644 --- a/internal/services/mongodb/testdata/mongo-db-snapshot-update.cassette.yaml +++ b/internal/services/mongodb/testdata/mongo-db-snapshot-update.cassette.yaml @@ -18,7 +18,7 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances method: POST response: @@ -29,7 +29,7 @@ interactions: trailer: {} content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:32.769987Z","endpoints":[{"dns_record":"f058fd9c-8b1f-4367-a2e8-8306a75698f7.mgdb.fr-par.scw.cloud","id":"5469cab0-2bd6-41a4-a5b0-e6d8a8a28cd4","port":27017,"public_network":{}}],"id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:32.881443Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - "683" @@ -38,7 +38,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:10:32 GMT + - Fri, 10 Oct 2025 05:48:23 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -48,10 +48,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c1fb9987-3e30-4a4d-bc8e-5d5739b1d1e4 + - 7b1983e9-d45f-476c-b3e8-4719a56e611c status: 200 OK code: 200 - duration: 445.722375ms + duration: 835.291417ms - id: 1 request: proto: HTTP/1.1 @@ -67,8 +67,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f058fd9c-8b1f-4367-a2e8-8306a75698f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -78,7 +78,7 @@ interactions: trailer: {} content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:32.769987Z","endpoints":[{"dns_record":"f058fd9c-8b1f-4367-a2e8-8306a75698f7.mgdb.fr-par.scw.cloud","id":"5469cab0-2bd6-41a4-a5b0-e6d8a8a28cd4","port":27017,"public_network":{}}],"id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:32.881443Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - "683" @@ -87,7 +87,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:10:33 GMT + - Fri, 10 Oct 2025 05:48:23 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -97,10 +97,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2b0b8a53-b319-487f-933b-f35b587fb594 + - 2b1ad03f-0ae4-45e3-9739-d2be2e9c5b65 status: 200 OK code: 200 - duration: 84.979833ms + duration: 134.678041ms - id: 2 request: proto: HTTP/1.1 @@ -116,8 +116,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f058fd9c-8b1f-4367-a2e8-8306a75698f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -125,18 +125,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 676 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:32.769987Z","endpoints":[{"dns_record":"f058fd9c-8b1f-4367-a2e8-8306a75698f7.mgdb.fr-par.scw.cloud","id":"5469cab0-2bd6-41a4-a5b0-e6d8a8a28cd4","port":27017,"public_network":{}}],"id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:32.881443Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "676" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:18 GMT + - Fri, 10 Oct 2025 05:48:33 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -146,10 +146,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 554f7779-ff0f-40e3-9eb0-44070f07afb4 + - 8cbe4f36-186d-4420-95c2-b542fb52ca23 status: 200 OK code: 200 - duration: 272.30125ms + duration: 118.087292ms - id: 3 request: proto: HTTP/1.1 @@ -165,8 +165,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f058fd9c-8b1f-4367-a2e8-8306a75698f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -174,18 +174,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 676 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:32.769987Z","endpoints":[{"dns_record":"f058fd9c-8b1f-4367-a2e8-8306a75698f7.mgdb.fr-par.scw.cloud","id":"5469cab0-2bd6-41a4-a5b0-e6d8a8a28cd4","port":27017,"public_network":{}}],"id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:32.881443Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "676" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:18 GMT + - Fri, 10 Oct 2025 05:48:43 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -195,48 +195,46 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e4b7128-65c8-4c13-95ac-e7070334adac + - 1a7ed330-d64b-4864-b66f-81e92d2153de status: 200 OK code: 200 - duration: 30.347417ms + duration: 258.073ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 113 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-snapshot","expires_at":"2025-12-31T23:59:59Z"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 400 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-12-31T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":0,"status":"creating","updated_at":"2025-07-21T13:30:18.387012Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "400" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:18 GMT + - Fri, 10 Oct 2025 05:48:53 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -246,10 +244,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3fa6c2c-2ab4-48fa-84df-64ef2ec632b1 + - 54cb3bc1-bc6b-4d81-95f9-b2e51eb051b8 status: 200 OK code: 200 - duration: 389.254792ms + duration: 127.491417ms - id: 5 request: proto: HTTP/1.1 @@ -265,8 +263,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -274,18 +272,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 400 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-12-31T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":0,"status":"creating","updated_at":"2025-07-21T13:30:18.387012Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "400" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:18 GMT + - Fri, 10 Oct 2025 05:49:03 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -295,10 +293,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 08fde423-01e9-47f7-897e-2f6fe98fcba2 + - 80306bd7-42b6-4d24-b028-204be15f390c status: 200 OK code: 200 - duration: 176.1265ms + duration: 115.944375ms - id: 6 request: proto: HTTP/1.1 @@ -314,8 +312,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -323,18 +321,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-12-31T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:30:19.656662Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "406" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:28 GMT + - Fri, 10 Oct 2025 05:49:14 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -344,10 +342,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbf752bb-2020-4ba7-96de-496d9b6eefbf + - 3d48f1b7-9e3c-4d75-9678-992bc3725063 status: 200 OK code: 200 - duration: 98.210542ms + duration: 99.140333ms - id: 7 request: proto: HTTP/1.1 @@ -363,8 +361,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -372,18 +370,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-12-31T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:30:19.656662Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "406" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:28 GMT + - Fri, 10 Oct 2025 05:49:24 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -393,10 +391,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3edc2c7-044c-4cfa-afc6-3ae56b20241a + - 177383bb-d65f-4357-8da0-1a8e2d5167aa status: 200 OK code: 200 - duration: 22.856459ms + duration: 100.43825ms - id: 8 request: proto: HTTP/1.1 @@ -412,8 +410,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f058fd9c-8b1f-4367-a2e8-8306a75698f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -421,18 +419,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 676 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:32.769987Z","endpoints":[{"dns_record":"f058fd9c-8b1f-4367-a2e8-8306a75698f7.mgdb.fr-par.scw.cloud","id":"5469cab0-2bd6-41a4-a5b0-e6d8a8a28cd4","port":27017,"public_network":{}}],"id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:32.881443Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "676" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:29 GMT + - Fri, 10 Oct 2025 05:49:34 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -442,10 +440,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04115ab9-7816-4db7-a468-b0789de1061f + - bbd3e68c-48e5-4b13-bee0-1d9a2647e329 status: 200 OK code: 200 - duration: 80.719667ms + duration: 109.739292ms - id: 9 request: proto: HTTP/1.1 @@ -461,8 +459,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -470,18 +468,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-12-31T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:30:19.656662Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "406" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:29 GMT + - Fri, 10 Oct 2025 05:49:44 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -491,10 +489,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3301f99-e09c-439f-af6a-27a753a395f6 + - 97ba7870-e62f-4ac5-8ce9-f85803b081cd status: 200 OK code: 200 - duration: 22.232875ms + duration: 151.467542ms - id: 10 request: proto: HTTP/1.1 @@ -510,8 +508,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f058fd9c-8b1f-4367-a2e8-8306a75698f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -519,18 +517,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 676 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:32.769987Z","endpoints":[{"dns_record":"f058fd9c-8b1f-4367-a2e8-8306a75698f7.mgdb.fr-par.scw.cloud","id":"5469cab0-2bd6-41a4-a5b0-e6d8a8a28cd4","port":27017,"public_network":{}}],"id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:32.881443Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "676" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:30 GMT + - Fri, 10 Oct 2025 05:49:54 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -540,10 +538,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 405502d8-1e71-438d-8d2e-ac95edaab19f + - 2581848d-0081-43a4-b95b-f6482960674b status: 200 OK code: 200 - duration: 83.247208ms + duration: 114.294417ms - id: 11 request: proto: HTTP/1.1 @@ -559,8 +557,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -568,18 +566,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-12-31T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:30:19.656662Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "406" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:30 GMT + - Fri, 10 Oct 2025 05:50:04 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -589,48 +587,46 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e21269dd-9a6d-4622-872c-33aaacf6eafa + - 61767025-49b9-42a6-ba05-f18da1b2839f status: 200 OK code: 200 - duration: 113.063208ms + duration: 94.67575ms - id: 12 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 63 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"updated-snapshot","expires_at":"2025-09-20T23:59:59Z"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 - method: PATCH + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 409 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-09-20T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"updated-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:30:31.552713Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "409" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:31 GMT + - Fri, 10 Oct 2025 05:50:14 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -640,10 +636,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c67d347-319d-4cb6-be43-914e1b5867f9 + - 4f23f158-a156-45ea-a3e4-8e5674fa1c0a status: 200 OK code: 200 - duration: 88.776416ms + duration: 125.36975ms - id: 13 request: proto: HTTP/1.1 @@ -659,8 +655,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -668,18 +664,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 409 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-09-20T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"updated-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:30:31.552713Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "409" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:31 GMT + - Fri, 10 Oct 2025 05:50:24 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -689,10 +685,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 054845bc-73f1-4d66-a260-f63b4155e499 + - c1ad0502-0ae2-490f-a72b-8a9b5512cd9c status: 200 OK code: 200 - duration: 20.933625ms + duration: 119.669542ms - id: 14 request: proto: HTTP/1.1 @@ -708,8 +704,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -717,18 +713,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 409 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-09-20T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"updated-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:30:31.552713Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "409" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:31 GMT + - Fri, 10 Oct 2025 05:50:35 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -738,10 +734,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d585f063-2e23-48ac-9825-c719e070f1c8 + - 70f3a288-22c3-4226-8576-317c8d0bd825 status: 200 OK code: 200 - duration: 78.523291ms + duration: 133.625459ms - id: 15 request: proto: HTTP/1.1 @@ -757,8 +753,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f058fd9c-8b1f-4367-a2e8-8306a75698f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -766,18 +762,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 676 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:32.769987Z","endpoints":[{"dns_record":"f058fd9c-8b1f-4367-a2e8-8306a75698f7.mgdb.fr-par.scw.cloud","id":"5469cab0-2bd6-41a4-a5b0-e6d8a8a28cd4","port":27017,"public_network":{}}],"id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:32.881443Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "676" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:32 GMT + - Fri, 10 Oct 2025 05:50:45 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -787,10 +783,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c1392c22-9d85-4bda-b6c3-ac7fc8e52d83 + - 839995f6-3c40-4bba-a661-09d7283226c3 status: 200 OK code: 200 - duration: 102.367166ms + duration: 137.434833ms - id: 16 request: proto: HTTP/1.1 @@ -806,8 +802,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -815,18 +811,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 409 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-09-20T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"updated-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-07-21T13:30:31.552713Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "409" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:32 GMT + - Fri, 10 Oct 2025 05:50:55 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -836,10 +832,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1f2e019-7080-43cd-842f-5d08f4533afb + - b1e2ccdd-82ec-459e-a400-ecb9c00a9c14 status: 200 OK code: 200 - duration: 21.025791ms + duration: 107.651792ms - id: 17 request: proto: HTTP/1.1 @@ -855,27 +851,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 412 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:30:18.387012Z","expires_at":"2025-09-20T23:59:59Z","id":"6045c61e-cb72-4f89-ad45-498bb39f1886","instance_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","instance_name":"test-mongodb-instance","name":"updated-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"deleting","updated_at":"2025-07-21T13:30:33.518128Z","volume_type":"sbs_5k"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "412" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:33 GMT + - Fri, 10 Oct 2025 05:51:05 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -885,10 +881,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7402ac97-4f17-4843-8a6b-ffa0f8207d1e + - 02eca50a-2d4a-4c8e-8d23-4e35a4bc167f status: 200 OK code: 200 - duration: 252.83875ms + duration: 116.351667ms - id: 18 request: proto: HTTP/1.1 @@ -904,8 +900,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f058fd9c-8b1f-4367-a2e8-8306a75698f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -913,18 +909,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 676 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:32.769987Z","endpoints":[{"dns_record":"f058fd9c-8b1f-4367-a2e8-8306a75698f7.mgdb.fr-par.scw.cloud","id":"5469cab0-2bd6-41a4-a5b0-e6d8a8a28cd4","port":27017,"public_network":{}}],"id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:32.881443Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "676" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:33 GMT + - Fri, 10 Oct 2025 05:51:15 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -934,10 +930,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a10affb-d889-49af-bb92-e0a8bece1f98 + - 8a434b9a-eca5-4569-90e0-a84b04d99a5c status: 200 OK code: 200 - duration: 51.01775ms + duration: 267.752666ms - id: 19 request: proto: HTTP/1.1 @@ -953,27 +949,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f058fd9c-8b1f-4367-a2e8-8306a75698f7 - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 562 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:32.769987Z","endpoints":[{"dns_record":"f058fd9c-8b1f-4367-a2e8-8306a75698f7.mgdb.fr-par.scw.cloud","id":"5469cab0-2bd6-41a4-a5b0-e6d8a8a28cd4","port":27017,"public_network":{}}],"id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":null,"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "562" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:33 GMT + - Fri, 10 Oct 2025 05:51:25 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -983,10 +979,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ab62f16c-24e0-45d3-9931-de0ac4c175dd + - 7d5f9f8f-db00-4b14-aeee-7635f37eaad9 status: 200 OK code: 200 - duration: 194.198667ms + duration: 115.244167ms - id: 20 request: proto: HTTP/1.1 @@ -1002,8 +998,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f058fd9c-8b1f-4367-a2e8-8306a75698f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -1011,18 +1007,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 679 + content_length: 683 uncompressed: false - body: '{"created_at":"2025-07-21T13:10:32.769987Z","endpoints":[{"dns_record":"f058fd9c-8b1f-4367-a2e8-8306a75698f7.mgdb.fr-par.scw.cloud","id":"5469cab0-2bd6-41a4-a5b0-e6d8a8a28cd4","port":27017,"public_network":{}}],"id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-07-21T13:10:32.881443Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "679" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:30:33 GMT + - Fri, 10 Oct 2025 05:51:36 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -1032,10 +1028,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d16b2fa-4861-4096-965f-c8ab094454a8 + - 91de842f-7cc1-412c-8baf-2971997c5b13 status: 200 OK code: 200 - duration: 23.940667ms + duration: 107.268167ms - id: 21 request: proto: HTTP/1.1 @@ -1051,8 +1047,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/f058fd9c-8b1f-4367-a2e8-8306a75698f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 method: GET response: proto: HTTP/2.0 @@ -1060,18 +1056,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 129 + content_length: 683 uncompressed: false - body: '{"message":"resource is not found","resource":"instance","resource_id":"f058fd9c-8b1f-4367-a2e8-8306a75698f7","type":"not_found"}' + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' headers: Content-Length: - - "129" + - "683" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:35:27 GMT + - Fri, 10 Oct 2025 05:51:46 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -1081,10 +1077,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - efa626b1-cbe6-4423-916d-74839c17129b - status: 404 Not Found - code: 404 - duration: 93.320834ms + - 1ad00388-16f6-4733-a889-a478a67c4680 + status: 200 OK + code: 200 + duration: 115.713083ms - id: 22 request: proto: HTTP/1.1 @@ -1100,8 +1096,2413 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/6045c61e-cb72-4f89-ad45-498bb39f1886 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:51:56 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1a111fa4-0d4b-4a3e-b182-07386a8ee1ab + status: 200 OK + code: 200 + duration: 100.679458ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:06 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a1d1b785-bb06-4781-b930-9ceafd32a491 + status: 200 OK + code: 200 + duration: 149.89575ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:16 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 773e090e-86b9-42b8-a643-f55a722de2e2 + status: 200 OK + code: 200 + duration: 150.754917ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:26 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 671c987a-0085-4e6a-bc9b-f60c6d311a89 + status: 200 OK + code: 200 + duration: 108.617625ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:36 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 789422cc-eb9c-4c79-99f6-5d36903e7fd4 + status: 200 OK + code: 200 + duration: 110.756791ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:46 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cb5e421c-f91b-4efb-922b-4ffded0e817c + status: 200 OK + code: 200 + duration: 142.866042ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:52:57 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e2f3934b-5437-48d6-93d7-b26952705d1a + status: 200 OK + code: 200 + duration: 94.980708ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:07 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fbc33871-ffe4-4820-8f59-9ab348650ebb + status: 200 OK + code: 200 + duration: 91.937292ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:17 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6565a489-f0cb-4e47-8b6f-88029ba4787c + status: 200 OK + code: 200 + duration: 116.093ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:27 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2cc98262-e8a7-4152-be33-af0cd1b41df9 + status: 200 OK + code: 200 + duration: 106.200333ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:37 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - eac64235-4fde-479b-8630-5d7f1de364ac + status: 200 OK + code: 200 + duration: 233.437166ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:47 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e69703fc-a0cb-44fc-b1d8-bf98ac1d5d11 + status: 200 OK + code: 200 + duration: 97.864292ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:53:57 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 65a9cd9a-625e-43e7-a473-cb9069e2be61 + status: 200 OK + code: 200 + duration: 95.87925ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 683 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"provisioning","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "683" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:08 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - aa61d239-f826-48a5-9c68-cb7e2fe2fff3 + status: 200 OK + code: 200 + duration: 119.671042ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 676 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:18 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 475beec4-2f36-47cf-b84c-39a082417812 + status: 200 OK + code: 200 + duration: 189.022875ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 676 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:18 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7461b253-ede3-4341-9da3-79efa11be6f5 + status: 200 OK + code: 200 + duration: 27.961209ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2/certificate + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 1085 + uncompressed: false + body: '{"content":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUIvekNDQWJHZ0F3SUJBZ0lRYTRRcEZmRjN5Szg2L0lkaHdheFFQekFGQmdNclpYQXdjREVMTUFrR0ExVUUKQmhNQ1JsSXhEakFNQmdOVkJBY1RCVkJoY21sek1Sa3dGd1lEVlFRS0V4QlRZMkZzWlhkaGVTQk5iMjVuYjBSQwpNVFl3TkFZRFZRUUxFeTFKYm5OMFlXNWpaU0F4TmpjME5EUm1aQzA1WVdVeExUUXdaVFV0T0RBelpDMHlPVEU0CllXTXdNV0pqWlRJd0hoY05NalV4TURFd01EVTBPREl5V2hjTk16VXhNREE0TURVME9ESXlXakJ3TVFzd0NRWUQKVlFRR0V3SkdVakVPTUF3R0ExVUVCeE1GVUdGeWFYTXhHVEFYQmdOVkJBb1RFRk5qWVd4bGQyRjVJRTF2Ym1kdgpSRUl4TmpBMEJnTlZCQXNUTFVsdWMzUmhibU5sSURFMk56UTBOR1prTFRsaFpURXROREJsTlMwNE1ETmtMVEk1Ck1UaGhZekF4WW1ObE1qQXFNQVVHQXl0bGNBTWhBS3l0ei96cUVlb1Z0QVlJbjZJZTIxNGtxWEhlZElYdlppTi8KSFZXYWdPSUNvMkV3WHpBT0JnTlZIUThCQWY4RUJBTUNBZ1F3SFFZRFZSMGxCQll3RkFZSUt3WUJCUVVIQXdJRwpDQ3NHQVFVRkJ3TUJNQThHQTFVZEV3RUIvd1FGTUFNQkFmOHdIUVlEVlIwT0JCWUVGQWlSMVQ1ektOS0I5Uld4CmNwUWpmWHF3QVNYTU1BVUdBeXRsY0FOQkFBcWJEd0lXQWpjemVBSEZqY3M4NDJwNXFaV2llOURCb09ldVFibmMKazVTOENHemJnMWk0QVEvMS9PUEMwZHpjU3FsenVlT09lQWVKN3EydWZQeVhNd3M9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","content_type":"application/x-pem-file","name":"ssl_certificate"}' + headers: + Content-Length: + - "1085" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:18 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 34183a4d-ebdc-46a5-9905-b378bbccdd18 + status: 200 OK + code: 200 + duration: 30.224167ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-snapshot","expires_at":"2026-06-30T23:59:59Z"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 400 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":0,"status":"creating","updated_at":"2025-10-10T05:54:18.372982Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "400" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:18 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cb6b849d-910e-4429-9b90-ce20cdc3fb3a + status: 200 OK + code: 200 + duration: 243.341208ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 400 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":0,"status":"creating","updated_at":"2025-10-10T05:54:18.372982Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "400" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:18 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 150fdf9e-3b94-4f59-ab1c-4a9c72d28b87 + status: 200 OK + code: 200 + duration: 92.176833ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 406 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:54:19.461884Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "406" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ad73ece8-9445-4157-b06a-b7608b746371 + status: 200 OK + code: 200 + duration: 176.646625ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 406 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:54:19.461884Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "406" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:28 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 15b19a0a-29b9-461e-9a1f-7b6d8ea96642 + status: 200 OK + code: 200 + duration: 219.551208ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 676 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:30 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ac5bca89-9960-45ee-b447-e2bcb7d635a7 + status: 200 OK + code: 200 + duration: 288.178084ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2/certificate + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 1085 + uncompressed: false + body: '{"content":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUIvekNDQWJHZ0F3SUJBZ0lRYTRRcEZmRjN5Szg2L0lkaHdheFFQekFGQmdNclpYQXdjREVMTUFrR0ExVUUKQmhNQ1JsSXhEakFNQmdOVkJBY1RCVkJoY21sek1Sa3dGd1lEVlFRS0V4QlRZMkZzWlhkaGVTQk5iMjVuYjBSQwpNVFl3TkFZRFZRUUxFeTFKYm5OMFlXNWpaU0F4TmpjME5EUm1aQzA1WVdVeExUUXdaVFV0T0RBelpDMHlPVEU0CllXTXdNV0pqWlRJd0hoY05NalV4TURFd01EVTBPREl5V2hjTk16VXhNREE0TURVME9ESXlXakJ3TVFzd0NRWUQKVlFRR0V3SkdVakVPTUF3R0ExVUVCeE1GVUdGeWFYTXhHVEFYQmdOVkJBb1RFRk5qWVd4bGQyRjVJRTF2Ym1kdgpSRUl4TmpBMEJnTlZCQXNUTFVsdWMzUmhibU5sSURFMk56UTBOR1prTFRsaFpURXROREJsTlMwNE1ETmtMVEk1Ck1UaGhZekF4WW1ObE1qQXFNQVVHQXl0bGNBTWhBS3l0ei96cUVlb1Z0QVlJbjZJZTIxNGtxWEhlZElYdlppTi8KSFZXYWdPSUNvMkV3WHpBT0JnTlZIUThCQWY4RUJBTUNBZ1F3SFFZRFZSMGxCQll3RkFZSUt3WUJCUVVIQXdJRwpDQ3NHQVFVRkJ3TUJNQThHQTFVZEV3RUIvd1FGTUFNQkFmOHdIUVlEVlIwT0JCWUVGQWlSMVQ1ektOS0I5Uld4CmNwUWpmWHF3QVNYTU1BVUdBeXRsY0FOQkFBcWJEd0lXQWpjemVBSEZqY3M4NDJwNXFaV2llOURCb09ldVFibmMKazVTOENHemJnMWk0QVEvMS9PUEMwZHpjU3FsenVlT09lQWVKN3EydWZQeVhNd3M9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","content_type":"application/x-pem-file","name":"ssl_certificate"}' + headers: + Content-Length: + - "1085" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:30 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2f69b2ba-5c32-4cd4-8014-9b91b7b7af76 + status: 200 OK + code: 200 + duration: 31.545166ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 406 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:54:19.461884Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "406" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:30 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - bfd338d7-5fcb-4f87-9816-d92559e50684 + status: 200 OK + code: 200 + duration: 192.069167ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 676 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:31 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fb52f5a1-cfaa-4160-a277-79220385d4a8 + status: 200 OK + code: 200 + duration: 91.498917ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2/certificate + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 1085 + uncompressed: false + body: '{"content":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUIvekNDQWJHZ0F3SUJBZ0lRYTRRcEZmRjN5Szg2L0lkaHdheFFQekFGQmdNclpYQXdjREVMTUFrR0ExVUUKQmhNQ1JsSXhEakFNQmdOVkJBY1RCVkJoY21sek1Sa3dGd1lEVlFRS0V4QlRZMkZzWlhkaGVTQk5iMjVuYjBSQwpNVFl3TkFZRFZRUUxFeTFKYm5OMFlXNWpaU0F4TmpjME5EUm1aQzA1WVdVeExUUXdaVFV0T0RBelpDMHlPVEU0CllXTXdNV0pqWlRJd0hoY05NalV4TURFd01EVTBPREl5V2hjTk16VXhNREE0TURVME9ESXlXakJ3TVFzd0NRWUQKVlFRR0V3SkdVakVPTUF3R0ExVUVCeE1GVUdGeWFYTXhHVEFYQmdOVkJBb1RFRk5qWVd4bGQyRjVJRTF2Ym1kdgpSRUl4TmpBMEJnTlZCQXNUTFVsdWMzUmhibU5sSURFMk56UTBOR1prTFRsaFpURXROREJsTlMwNE1ETmtMVEk1Ck1UaGhZekF4WW1ObE1qQXFNQVVHQXl0bGNBTWhBS3l0ei96cUVlb1Z0QVlJbjZJZTIxNGtxWEhlZElYdlppTi8KSFZXYWdPSUNvMkV3WHpBT0JnTlZIUThCQWY4RUJBTUNBZ1F3SFFZRFZSMGxCQll3RkFZSUt3WUJCUVVIQXdJRwpDQ3NHQVFVRkJ3TUJNQThHQTFVZEV3RUIvd1FGTUFNQkFmOHdIUVlEVlIwT0JCWUVGQWlSMVQ1ektOS0I5Uld4CmNwUWpmWHF3QVNYTU1BVUdBeXRsY0FOQkFBcWJEd0lXQWpjemVBSEZqY3M4NDJwNXFaV2llOURCb09ldVFibmMKazVTOENHemJnMWk0QVEvMS9PUEMwZHpjU3FsenVlT09lQWVKN3EydWZQeVhNd3M9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","content_type":"application/x-pem-file","name":"ssl_certificate"}' + headers: + Content-Length: + - "1085" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:31 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f6cee27e-6665-4d58-bcd0-e99696737622 + status: 200 OK + code: 200 + duration: 146.739333ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 406 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"test-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:54:19.461884Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "406" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:31 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fe63bf86-b484-472f-b4cf-6df06998615b + status: 200 OK + code: 200 + duration: 190.20375ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 27 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"name":"updated-snapshot"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 409 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"updated-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:54:31.966160Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "409" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:31 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 46d2c29f-a837-42b4-90a9-98903318b006 + status: 200 OK + code: 200 + duration: 120.472334ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 409 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"updated-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:54:31.966160Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "409" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:32 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6ed7ce19-f236-404e-9733-13e505728976 + status: 200 OK + code: 200 + duration: 25.052166ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 409 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"updated-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:54:31.966160Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "409" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:32 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a23ef023-b696-43ee-b6d4-82054b77872e + status: 200 OK + code: 200 + duration: 90.988167ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 676 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:33 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d6800cb7-afa3-4dbb-b3bf-f8563869a820 + status: 200 OK + code: 200 + duration: 101.325709ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2/certificate + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 1085 + uncompressed: false + body: '{"content":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUIvekNDQWJHZ0F3SUJBZ0lRYTRRcEZmRjN5Szg2L0lkaHdheFFQekFGQmdNclpYQXdjREVMTUFrR0ExVUUKQmhNQ1JsSXhEakFNQmdOVkJBY1RCVkJoY21sek1Sa3dGd1lEVlFRS0V4QlRZMkZzWlhkaGVTQk5iMjVuYjBSQwpNVFl3TkFZRFZRUUxFeTFKYm5OMFlXNWpaU0F4TmpjME5EUm1aQzA1WVdVeExUUXdaVFV0T0RBelpDMHlPVEU0CllXTXdNV0pqWlRJd0hoY05NalV4TURFd01EVTBPREl5V2hjTk16VXhNREE0TURVME9ESXlXakJ3TVFzd0NRWUQKVlFRR0V3SkdVakVPTUF3R0ExVUVCeE1GVUdGeWFYTXhHVEFYQmdOVkJBb1RFRk5qWVd4bGQyRjVJRTF2Ym1kdgpSRUl4TmpBMEJnTlZCQXNUTFVsdWMzUmhibU5sSURFMk56UTBOR1prTFRsaFpURXROREJsTlMwNE1ETmtMVEk1Ck1UaGhZekF4WW1ObE1qQXFNQVVHQXl0bGNBTWhBS3l0ei96cUVlb1Z0QVlJbjZJZTIxNGtxWEhlZElYdlppTi8KSFZXYWdPSUNvMkV3WHpBT0JnTlZIUThCQWY4RUJBTUNBZ1F3SFFZRFZSMGxCQll3RkFZSUt3WUJCUVVIQXdJRwpDQ3NHQVFVRkJ3TUJNQThHQTFVZEV3RUIvd1FGTUFNQkFmOHdIUVlEVlIwT0JCWUVGQWlSMVQ1ektOS0I5Uld4CmNwUWpmWHF3QVNYTU1BVUdBeXRsY0FOQkFBcWJEd0lXQWpjemVBSEZqY3M4NDJwNXFaV2llOURCb09ldVFibmMKazVTOENHemJnMWk0QVEvMS9PUEMwZHpjU3FsenVlT09lQWVKN3EydWZQeVhNd3M9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","content_type":"application/x-pem-file","name":"ssl_certificate"}' + headers: + Content-Length: + - "1085" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:33 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8bba4276-50a3-4835-a407-7b33e93378dc + status: 200 OK + code: 200 + duration: 99.065625ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 409 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"updated-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"ready","updated_at":"2025-10-10T05:54:31.966160Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "409" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:33 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c4c4d564-8586-4ed6-8253-f972055f7d10 + status: 200 OK + code: 200 + duration: 89.1095ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 412 + uncompressed: false + body: '{"created_at":"2025-10-10T05:54:18.372982Z","expires_at":"2026-06-30T23:59:59Z","id":"5a4f9ec0-6338-417f-a776-4d3ece703303","instance_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","instance_name":"test-mongodb-instance","name":"updated-snapshot","node_type":"mgdb-play2-nano","region":"fr-par","size_bytes":5000000000,"status":"deleting","updated_at":"2025-10-10T05:54:33.864702Z","volume_type":"sbs_5k"}' + headers: + Content-Length: + - "412" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:33 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f520247e-e7b4-4225-84b1-7ddba4110bf2 + status: 200 OK + code: 200 + duration: 237.116958ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 676 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"ready","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c9c4de95-b68a-49b4-9bf7-b7e9d690013a + status: 200 OK + code: 200 + duration: 37.888125ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 562 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":null,"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "562" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6efe5d2b-604e-475e-95a4-b37b989ae649 + status: 200 OK + code: 200 + duration: 203.096666ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:34 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 07a078f2-429b-455e-bf8b-5e7e0caa49c0 + status: 200 OK + code: 200 + duration: 95.601542ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:44 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 43615619-0795-4ce9-bc18-56730092a9fb + status: 200 OK + code: 200 + duration: 231.5065ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:54:54 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fe2657c2-08ae-4ffa-b2ab-92814a2c8da7 + status: 200 OK + code: 200 + duration: 163.475375ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:04 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 083ab652-1a45-47ff-bea3-64fd3c4c4cd4 + status: 200 OK + code: 200 + duration: 112.058541ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:15 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2a1983e3-afea-4ba5-8bc9-1e61ff0cebe9 + status: 200 OK + code: 200 + duration: 99.173917ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:25 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6c5145b0-4422-4fec-bc4d-a97129400474 + status: 200 OK + code: 200 + duration: 94.830083ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:35 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 118035b6-4661-4a38-ae7f-1852b6e46e71 + status: 200 OK + code: 200 + duration: 243.02675ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:45 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1752d56e-878c-4fa6-ad3e-265d17bd3578 + status: 200 OK + code: 200 + duration: 94.417709ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:55:55 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b4299475-fc26-4c24-9ba2-468896809c80 + status: 200 OK + code: 200 + duration: 130.226667ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:05 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 758bff9e-6a39-4dcc-8ef7-8aeb7debc7ba + status: 200 OK + code: 200 + duration: 153.862666ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:15 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4807cd75-6ad2-499a-ba40-98bb28d24313 + status: 200 OK + code: 200 + duration: 124.51575ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 679 + uncompressed: false + body: '{"created_at":"2025-10-10T05:48:22.548600Z","endpoints":[{"dns_record":"167444fd-9ae1-40e5-803d-2918ac01bce2.mgdb.fr-par.scw.cloud","id":"220a42da-ffc0-406d-b2ed-35307032920a","port":27017,"public_network":{}}],"id":"167444fd-9ae1-40e5-803d-2918ac01bce2","name":"test-mongodb-instance","node_amount":1,"node_type":"mgdb-play2-nano","organization_id":"","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","snapshot_schedule":{"enabled":false,"frequency_hours":24,"last_run":null,"next_update":"2025-10-10T05:48:22.997479Z","retention_days":7},"status":"deleting","tags":[],"version":"7.0","volume":{"size_bytes":5000000000,"type":"sbs_5k"}}' + headers: + Content-Length: + - "679" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:26 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ad620f42-7f4a-4825-a9dc-e93c9d5c06a0 + status: 200 OK + code: 200 + duration: 84.446ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/instances/167444fd-9ae1-40e5-803d-2918ac01bce2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 129 + uncompressed: false + body: '{"message":"resource is not found","resource":"instance","resource_id":"167444fd-9ae1-40e5-803d-2918ac01bce2","type":"not_found"}' + headers: + Content-Length: + - "129" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 10 Oct 2025 05:56:36 GMT + Server: + - Scaleway API Gateway (fr-par-1;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 621efe8f-2381-4175-9a86-d8248fe8c333 + status: 404 Not Found + code: 404 + duration: 41.351792ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mongodb/v1/regions/fr-par/snapshots/5a4f9ec0-6338-417f-a776-4d3ece703303 method: GET response: proto: HTTP/2.0 @@ -1111,7 +3512,7 @@ interactions: trailer: {} content_length: 129 uncompressed: false - body: '{"message":"resource is not found","resource":"snapshot","resource_id":"6045c61e-cb72-4f89-ad45-498bb39f1886","type":"not_found"}' + body: '{"message":"resource is not found","resource":"snapshot","resource_id":"5a4f9ec0-6338-417f-a776-4d3ece703303","type":"not_found"}' headers: Content-Length: - "129" @@ -1120,7 +3521,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 21 Jul 2025 13:35:27 GMT + - Fri, 10 Oct 2025 05:56:36 GMT Server: - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: @@ -1130,7 +3531,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9c6c3f9-d203-48bc-8f4a-549fc0b44f95 + - 3101d991-bd24-498a-9aa4-7245cd0282a3 status: 404 Not Found code: 404 - duration: 136.500667ms + duration: 34.0475ms