diff --git a/internal/services/instance/server_test.go b/internal/services/instance/server_test.go index 4b5c09ed6b..f83aef74c7 100644 --- a/internal/services/instance/server_test.go +++ b/internal/services/instance/server_test.go @@ -1994,6 +1994,30 @@ func TestAccServer_BlockExternal(t *testing.T) { resource.TestCheckResourceAttrPair("scaleway_instance_server.main", "additional_volume_ids.0", "scaleway_block_volume.volume", "id"), ), }, + { + Config: ` + resource "scaleway_block_volume" "volume" { + iops = 5000 + size_in_gb = 10 + } + + resource "scaleway_instance_volume" "volume" { + type = "b_ssd" + size_in_gb = 10 + } + + resource "scaleway_instance_server" "main" { + image = "ubuntu_jammy" + type = "PLAY2-PICO" + additional_volume_ids = [scaleway_block_volume.volume.id, scaleway_instance_volume.volume.id] + }`, + Check: resource.ComposeTestCheckFunc( + resource.TestCheckResourceAttr("scaleway_instance_server.main", "type", "PLAY2-PICO"), + resource.TestCheckResourceAttr("scaleway_instance_server.main", "additional_volume_ids.#", "2"), + resource.TestCheckResourceAttrPair("scaleway_instance_server.main", "additional_volume_ids.0", "scaleway_block_volume.volume", "id"), + resource.TestCheckResourceAttrPair("scaleway_instance_server.main", "additional_volume_ids.1", "scaleway_instance_volume.volume", "id"), + ), + }, }, }) } diff --git a/internal/services/instance/testdata/server-block-external.cassette.yaml b/internal/services/instance/testdata/server-block-external.cassette.yaml index 90045ba97f..1f434909bb 100644 --- a/internal/services/instance/testdata/server-block-external.cassette.yaml +++ b/internal/services/instance/testdata/server-block-external.cassette.yaml @@ -6,13 +6,13 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 149 + content_length: 151 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"tf-volume-adoring-leavitt","perf_iops":5000,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","from_empty":{"size":10000000000},"tags":[]}' + body: '{"name":"tf-volume-ecstatic-thompson","perf_iops":5000,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","from_empty":{"size":10000000000},"tags":[]}' form: {} headers: Content-Type: @@ -27,20 +27,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 422 + content_length: 424 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"creating","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:15.429573Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"creating","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:56.879891Z","zone":"fr-par-1"}' headers: Content-Length: - - "422" + - "424" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:15 GMT + - Tue, 08 Oct 2024 15:50:56 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -48,10 +48,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 56453b65-3541-49ca-96f7-c1bdd317b2d5 + - 2a045667-82f3-4636-bd5f-14185e6c8170 status: 200 OK code: 200 - duration: 91.963042ms + duration: 215.433834ms - id: 1 request: proto: HTTP/1.1 @@ -68,7 +68,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -76,20 +76,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 422 + content_length: 425 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"creating","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:15.429573Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:56.879891Z","zone":"fr-par-1"}' headers: Content-Length: - - "422" + - "425" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:15 GMT + - Tue, 08 Oct 2024 15:50:57 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -97,10 +97,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0c18eb6-d4e3-4005-b883-53157224fe4a + - a8859987-f5d9-4158-ac38-8997b6bd44ab status: 200 OK code: 200 - duration: 47.899125ms + duration: 156.075417ms - id: 2 request: proto: HTTP/1.1 @@ -117,7 +117,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -125,20 +125,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 423 + content_length: 425 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:15.429573Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:56.879891Z","zone":"fr-par-1"}' headers: Content-Length: - - "423" + - "425" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:20 GMT + - Tue, 08 Oct 2024 15:50:57 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -146,10 +146,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 83b325ed-79cb-44e2-a0db-8be76d3877be + - a0665a94-eff3-404d-b1bc-0e1c2841e2e4 status: 200 OK code: 200 - duration: 209.91675ms + duration: 87.444666ms - id: 3 request: proto: HTTP/1.1 @@ -166,7 +166,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_jammy&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: proto: HTTP/2.0 @@ -174,20 +174,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 423 + content_length: 1300 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:15.429573Z","zone":"fr-par-1"}' + body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60","COPARM1-2C-8G","COPARM1-4C-16G","COPARM1-8C-32G","COPARM1-16C-64G","COPARM1-32C-128G"],"id":"507e8130-736c-450e-af0f-7bc98058d34f","label":"ubuntu_jammy","type":"instance_local","zone":"fr-par-1"},{"arch":"x86_64","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-2C-8G","POP2-4C-16G","POP2-8C-32G","POP2-16C-64G","POP2-32C-128G","POP2-64C-256G","POP2-HM-2C-16G","POP2-HM-4C-32G","POP2-HM-8C-64G","POP2-HM-16C-128G","POP2-HM-32C-256G","POP2-HM-64C-512G","POP2-HC-2C-4G","POP2-HC-4C-8G","POP2-HC-8C-16G","POP2-HC-16C-32G","POP2-HC-32C-64G","POP2-HC-64C-128G","POP2-HN-3","POP2-HN-5","POP2-HN-10"],"id":"d404b6a4-879b-48f5-b6ac-beed950f1463","label":"ubuntu_jammy","type":"instance_local","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "423" + - "1300" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:20 GMT + - Tue, 08 Oct 2024 15:50:57 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -195,10 +195,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7daf757-bb27-42fd-b879-02681a938a88 + - e5b6c4e7-e15b-4a7e-bf64-a9735a4fee04 status: 200 OK code: 200 - duration: 41.04325ms + duration: 81.479917ms - id: 4 request: proto: HTTP/1.1 @@ -215,7 +215,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_jammy&order_by=type_asc&type=instance_local&zone=fr-par-1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: proto: HTTP/2.0 @@ -223,20 +223,22 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1300 + content_length: 39559 uncompressed: false - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60","COPARM1-2C-8G","COPARM1-4C-16G","COPARM1-8C-32G","COPARM1-16C-64G","COPARM1-32C-128G"],"id":"507e8130-736c-450e-af0f-7bc98058d34f","label":"ubuntu_jammy","type":"instance_local","zone":"fr-par-1"},{"arch":"x86_64","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-2C-8G","POP2-4C-16G","POP2-8C-32G","POP2-16C-64G","POP2-32C-128G","POP2-64C-256G","POP2-HM-2C-16G","POP2-HM-4C-32G","POP2-HM-8C-64G","POP2-HM-16C-128G","POP2-HM-32C-256G","POP2-HM-64C-512G","POP2-HC-2C-4G","POP2-HC-4C-8G","POP2-HC-8C-16G","POP2-HC-16C-32G","POP2-HC-32C-64G","POP2-HC-64C-128G","POP2-HN-3","POP2-HN-5","POP2-HN-10"],"id":"d404b6a4-879b-48f5-b6ac-beed950f1463","label":"ubuntu_jammy","type":"instance_local","zone":"fr-par-1"}],"total_count":2}' + body: '{"servers":{"COPARM1-16C-64G":{"alt_names":[],"arch":"arm64","baremetal":false,"block_bandwidth":671088640,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.3454,"mig_profile":null,"monthly_price":252.14,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"COPARM1-2C-8G":{"alt_names":[],"arch":"arm64","baremetal":false,"block_bandwidth":83886080,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0426,"mig_profile":null,"monthly_price":31.1,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"COPARM1-32C-128G":{"alt_names":[],"arch":"arm64","baremetal":false,"block_bandwidth":1342177280,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.6935,"mig_profile":null,"monthly_price":506.26,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"COPARM1-4C-16G":{"alt_names":[],"arch":"arm64","baremetal":false,"block_bandwidth":167772160,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0857,"mig_profile":null,"monthly_price":62.56,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"COPARM1-8C-32G":{"alt_names":[],"arch":"arm64","baremetal":false,"block_bandwidth":335544320,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1724,"mig_profile":null,"monthly_price":125.85,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":209715200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"mig_profile":null,"monthly_price":36.1496,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":157286400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"mig_profile":null,"monthly_price":18.6588,"ncpus":3,"network":{"interfaces":[{"internal_bandwidth":300000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":300000000,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":104857600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"mig_profile":null,"monthly_price":9.9864,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":2147483648,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":262144000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"mig_profile":null,"monthly_price":53.3484,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":500000000,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":12884901888,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":21474836480,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"mig_profile":null,"monthly_price":2576.9,"ncpus":96,"network":{"interfaces":[{"internal_bandwidth":20000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":20000000000}],"ipv6_support":true,"sum_internal_bandwidth":20000000000,"sum_internet_bandwidth":20000000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":412316860416,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":6710886400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"mig_profile":null,"monthly_price":861.4,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6400000000}],"ipv6_support":true,"sum_internal_bandwidth":6400000000,"sum_internet_bandwidth":6400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":3355443200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"mig_profile":null,"monthly_price":430.7,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1677721600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"mig_profile":null,"monthly_price":211.7,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":13421772800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"mig_profile":null,"monthly_price":1715.5,"ncpus":64,"network":{"interfaces":[{"internal_bandwidth":12800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":12800000000}],"ipv6_support":true,"sum_internal_bandwidth":12800000000,"sum_internet_bandwidth":12800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":274877906944,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"mig_profile":null,"monthly_price":107.31,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"mig_profile":null,"monthly_price":53.655,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1073741824,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"mig_profile":null,"monthly_price":576.262,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":5000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":5000000000}],"ipv6_support":true,"sum_internal_bandwidth":5000000000,"sum_internet_bandwidth":5000000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"mig_profile":null,"monthly_price":296.672,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":1500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1500000000}],"ipv6_support":true,"sum_internal_bandwidth":1500000000,"sum_internet_bandwidth":1500000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":524288000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"mig_profile":null,"monthly_price":149.066,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":314572800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"mig_profile":null,"monthly_price":72,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":500000000,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":2147483648,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"mig_profile":null,"monthly_price":1220.122,"ncpus":48,"network":{"interfaces":[{"internal_bandwidth":10000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":10000000000}],"ipv6_support":true,"sum_internal_bandwidth":10000000000,"sum_internet_bandwidth":10000000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":274877906944,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":314572800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"mig_profile":null,"monthly_price":74.168,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":500000000,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":167772160,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"mig_profile":null,"monthly_price":39.42,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":83886080,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"mig_profile":null,"monthly_price":19.71,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"mig_profile":null,"monthly_price":10.22,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":100000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":100000000,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":2147483648,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":3355443200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"mig_profile":null,"monthly_price":430.7,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G-WIN":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":3355443200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.4567,"mig_profile":null,"monthly_price":1063.391,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"mig_profile":null,"monthly_price":53.66,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G-WIN":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1823,"mig_profile":null,"monthly_price":133.079,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":6710886400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"mig_profile":null,"monthly_price":861.4,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6400000000}],"ipv6_support":true,"sum_internal_bandwidth":6400000000,"sum_internet_bandwidth":6400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G-WIN":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":6710886400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.9133,"mig_profile":null,"monthly_price":2126.709,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6400000000}],"ipv6_support":true,"sum_internal_bandwidth":6400000000,"sum_internet_bandwidth":6400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"mig_profile":null,"monthly_price":107.31,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G-WIN":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.3637,"mig_profile":null,"monthly_price":265.501,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":13421772800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"mig_profile":null,"monthly_price":1715.5,"ncpus":64,"network":{"interfaces":[{"internal_bandwidth":12800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":12800000000}],"ipv6_support":true,"sum_internal_bandwidth":12800000000,"sum_internet_bandwidth":12800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":274877906944,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1677721600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"mig_profile":null,"monthly_price":211.7,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G-WIN":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1677721600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7233,"mig_profile":null,"monthly_price":528.009,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":3355443200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"mig_profile":null,"monthly_price":310.69,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"mig_profile":null,"monthly_price":38.84,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":6710886400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"mig_profile":null,"monthly_price":621.38,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6400000000}],"ipv6_support":true,"sum_internal_bandwidth":6400000000,"sum_internet_bandwidth":6400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"mig_profile":null,"monthly_price":77.67,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":13421772800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"mig_profile":null,"monthly_price":1242.75,"ncpus":64,"network":{"interfaces":[{"internal_bandwidth":12800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":12800000000}],"ipv6_support":true,"sum_internal_bandwidth":12800000000,"sum_internet_bandwidth":12800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1677721600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"mig_profile":null,"monthly_price":155.34,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":3355443200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"mig_profile":null,"monthly_price":601.52,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"mig_profile":null,"monthly_price":75.19,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":6710886400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"mig_profile":null,"monthly_price":1203.04,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6400000000}],"ipv6_support":true,"sum_internal_bandwidth":6400000000,"sum_internet_bandwidth":6400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":274877906944,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"mig_profile":null,"monthly_price":150.38,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":13421772800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"mig_profile":null,"monthly_price":2406.08,"ncpus":64,"network":{"interfaces":[{"internal_bandwidth":12800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":12800000000}],"ipv6_support":true,"sum_internal_bandwidth":12800000000,"sum_internet_bandwidth":12800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":549755813888,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1677721600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"mig_profile":null,"monthly_price":300.76,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HN-10":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7264,"mig_profile":null,"monthly_price":530.29,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":10000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":10000000000}],"ipv6_support":true,"sum_internal_bandwidth":10000000000,"sum_internet_bandwidth":10000000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HN-3":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2554,"mig_profile":null,"monthly_price":186.49,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":3000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3000000000}],"ipv6_support":true,"sum_internal_bandwidth":3000000000,"sum_internet_bandwidth":3000000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}}}}' headers: Content-Length: - - "1300" + - "39559" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:20 GMT + - Tue, 08 Oct 2024 15:50:56 GMT + Link: + - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -244,10 +246,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 77efe335-720f-4481-bfbc-fa025c724583 + - 3a99bdf6-fc72-4408-ad4d-200f3f913319 + X-Total-Count: + - "69" status: 200 OK code: 200 - duration: 77.187583ms + duration: 69.478041ms - id: 5 request: proto: HTTP/1.1 @@ -264,7 +268,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: proto: HTTP/2.0 @@ -272,22 +276,22 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 39553 + content_length: 15351 uncompressed: false - body: '{"servers":{"COPARM1-16C-64G":{"alt_names":[],"arch":"arm64","baremetal":false,"block_bandwidth":671088640,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.3454,"mig_profile":null,"monthly_price":252.14,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"COPARM1-2C-8G":{"alt_names":[],"arch":"arm64","baremetal":false,"block_bandwidth":83886080,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0426,"mig_profile":null,"monthly_price":31.1,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"COPARM1-32C-128G":{"alt_names":[],"arch":"arm64","baremetal":false,"block_bandwidth":1342177280,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.6935,"mig_profile":null,"monthly_price":506.26,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"COPARM1-4C-16G":{"alt_names":[],"arch":"arm64","baremetal":false,"block_bandwidth":167772160,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0857,"mig_profile":null,"monthly_price":62.56,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"COPARM1-8C-32G":{"alt_names":[],"arch":"arm64","baremetal":false,"block_bandwidth":335544320,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1724,"mig_profile":null,"monthly_price":125.85,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":209715200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"mig_profile":null,"monthly_price":36.1496,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":157286400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"mig_profile":null,"monthly_price":18.6588,"ncpus":3,"network":{"interfaces":[{"internal_bandwidth":300000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":300000000,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":104857600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"mig_profile":null,"monthly_price":9.9864,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":2147483648,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":262144000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"mig_profile":null,"monthly_price":53.3484,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":500000000,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":12884901888,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":21474836480,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"mig_profile":null,"monthly_price":2576.9,"ncpus":96,"network":{"interfaces":[{"internal_bandwidth":20000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":20000000000}],"ipv6_support":true,"sum_internal_bandwidth":20000000000,"sum_internet_bandwidth":20000000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":412316860416,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":6710886400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"mig_profile":null,"monthly_price":861.4,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6400000000}],"ipv6_support":true,"sum_internal_bandwidth":6400000000,"sum_internet_bandwidth":6400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":3355443200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"mig_profile":null,"monthly_price":430.7,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1677721600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"mig_profile":null,"monthly_price":211.7,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":13421772800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"mig_profile":null,"monthly_price":1715.5,"ncpus":64,"network":{"interfaces":[{"internal_bandwidth":12800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":12800000000}],"ipv6_support":true,"sum_internal_bandwidth":12800000000,"sum_internet_bandwidth":12800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":274877906944,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"mig_profile":null,"monthly_price":107.31,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"mig_profile":null,"monthly_price":53.655,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1073741824,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"mig_profile":null,"monthly_price":576.262,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":5000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":5000000000}],"ipv6_support":true,"sum_internal_bandwidth":5000000000,"sum_internet_bandwidth":5000000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"mig_profile":null,"monthly_price":296.672,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":1500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1500000000}],"ipv6_support":true,"sum_internal_bandwidth":1500000000,"sum_internet_bandwidth":1500000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":524288000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"mig_profile":null,"monthly_price":149.066,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":314572800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"mig_profile":null,"monthly_price":72,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":500000000,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":2147483648,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"mig_profile":null,"monthly_price":1220.122,"ncpus":48,"network":{"interfaces":[{"internal_bandwidth":10000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":10000000000}],"ipv6_support":true,"sum_internal_bandwidth":10000000000,"sum_internet_bandwidth":10000000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":274877906944,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":314572800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"mig_profile":null,"monthly_price":74.168,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":500000000,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":167772160,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"mig_profile":null,"monthly_price":39.42,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":83886080,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"mig_profile":null,"monthly_price":19.71,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"mig_profile":null,"monthly_price":10.22,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":100000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":100000000,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":2147483648,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":3355443200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"mig_profile":null,"monthly_price":430.7,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G-WIN":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":3355443200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.4567,"mig_profile":null,"monthly_price":1063.391,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"mig_profile":null,"monthly_price":53.66,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G-WIN":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1823,"mig_profile":null,"monthly_price":133.079,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":6710886400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"mig_profile":null,"monthly_price":861.4,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6400000000}],"ipv6_support":true,"sum_internal_bandwidth":6400000000,"sum_internet_bandwidth":6400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G-WIN":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":6710886400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.9133,"mig_profile":null,"monthly_price":2126.709,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6400000000}],"ipv6_support":true,"sum_internal_bandwidth":6400000000,"sum_internet_bandwidth":6400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"mig_profile":null,"monthly_price":107.31,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G-WIN":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.3637,"mig_profile":null,"monthly_price":265.501,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":13421772800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"mig_profile":null,"monthly_price":1715.5,"ncpus":64,"network":{"interfaces":[{"internal_bandwidth":12800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":12800000000}],"ipv6_support":true,"sum_internal_bandwidth":12800000000,"sum_internet_bandwidth":12800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":274877906944,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1677721600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"mig_profile":null,"monthly_price":211.7,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G-WIN":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1677721600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7233,"mig_profile":null,"monthly_price":528.009,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":3355443200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"mig_profile":null,"monthly_price":310.69,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"mig_profile":null,"monthly_price":38.84,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":6710886400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"mig_profile":null,"monthly_price":621.38,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6400000000}],"ipv6_support":true,"sum_internal_bandwidth":6400000000,"sum_internet_bandwidth":6400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"mig_profile":null,"monthly_price":77.67,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":13421772800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"mig_profile":null,"monthly_price":1242.75,"ncpus":64,"network":{"interfaces":[{"internal_bandwidth":12800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":12800000000}],"ipv6_support":true,"sum_internal_bandwidth":12800000000,"sum_internet_bandwidth":12800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1677721600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"mig_profile":null,"monthly_price":155.34,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":3355443200,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"mig_profile":null,"monthly_price":601.52,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3200000000}],"ipv6_support":true,"sum_internal_bandwidth":3200000000,"sum_internet_bandwidth":3200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":419430400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"mig_profile":null,"monthly_price":75.19,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":6710886400,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"mig_profile":null,"monthly_price":1203.04,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6400000000}],"ipv6_support":true,"sum_internal_bandwidth":6400000000,"sum_internet_bandwidth":6400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":274877906944,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"mig_profile":null,"monthly_price":150.38,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":800000000}],"ipv6_support":true,"sum_internal_bandwidth":800000000,"sum_internet_bandwidth":800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":13421772800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"mig_profile":null,"monthly_price":2406.08,"ncpus":64,"network":{"interfaces":[{"internal_bandwidth":12800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":12800000000}],"ipv6_support":true,"sum_internal_bandwidth":12800000000,"sum_internet_bandwidth":12800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":549755813888,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1677721600,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"mig_profile":null,"monthly_price":300.76,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1600000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1600000000}],"ipv6_support":true,"sum_internal_bandwidth":1600000000,"sum_internet_bandwidth":1600000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":2097152000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"mig_profile":null,"monthly_price":640.21,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6000000000}],"ipv6_support":true,"sum_internal_bandwidth":6000000000,"sum_internet_bandwidth":6000000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1048576000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"mig_profile":null,"monthly_price":319.74,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3000000000}],"ipv6_support":true,"sum_internal_bandwidth":3000000000,"sum_internet_bandwidth":3000000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}}}}' + body: '{"servers":{"POP2-HN-5":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":838860800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4524,"mig_profile":null,"monthly_price":330.29,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":5000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":5000000000}],"ipv6_support":true,"sum_internal_bandwidth":5000000000,"sum_internet_bandwidth":5000000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":2097152000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"mig_profile":null,"monthly_price":640.21,"ncpus":32,"network":{"interfaces":[{"internal_bandwidth":6000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":6000000000}],"ipv6_support":true,"sum_internal_bandwidth":6000000000,"sum_internet_bandwidth":6000000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":137438953472,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":1048576000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"mig_profile":null,"monthly_price":319.74,"ncpus":16,"network":{"interfaces":[{"internal_bandwidth":3000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":3000000000}],"ipv6_support":true,"sum_internal_bandwidth":3000000000,"sum_internet_bandwidth":3000000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":68719476736,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":524288000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"mig_profile":null,"monthly_price":159.87,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1500000000}],"ipv6_support":true,"sum_internal_bandwidth":1500000000,"sum_internet_bandwidth":1500000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":262144000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"mig_profile":null,"monthly_price":80.3,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":700000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":700000000}],"ipv6_support":true,"sum_internal_bandwidth":700000000,"sum_internet_bandwidth":700000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":131072000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"mig_profile":null,"monthly_price":40.15,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":350000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":350000000}],"ipv6_support":true,"sum_internal_bandwidth":350000000,"sum_internet_bandwidth":350000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":2147483648,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"mig_profile":null,"monthly_price":907.098,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":1000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":1000000000,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":45097156608,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":52428800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"mig_profile":null,"monthly_price":3.3507,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":100000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":100000000,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":1073741824,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":300000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":300000000,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":100000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":100000000,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":1000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":1000000000,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":250000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":250000000,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":500000000,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":1000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":1000000000,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "39553" + - "15351" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:20 GMT + - Tue, 08 Oct 2024 15:50:56 GMT Link: - - ; rel="next",; rel="last" + - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -295,12 +299,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 74ca1498-3ca4-4c3d-9a65-14bbd94ca300 + - 47ba9f0c-0d6c-49c2-86f1-8c3ae7a6cc9d X-Total-Count: - - "66" + - "69" status: 200 OK code: 200 - duration: 65.924583ms + duration: 49.760542ms - id: 6 request: proto: HTTP/1.1 @@ -317,7 +321,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -325,22 +329,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 13003 + content_length: 143 uncompressed: false - body: '{"servers":{"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":524288000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"mig_profile":null,"monthly_price":159.87,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":1500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1500000000}],"ipv6_support":true,"sum_internal_bandwidth":1500000000,"sum_internet_bandwidth":1500000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":34359738368,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":262144000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"mig_profile":null,"monthly_price":80.3,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":700000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":700000000}],"ipv6_support":true,"sum_internal_bandwidth":700000000,"sum_internet_bandwidth":700000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":131072000,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"mig_profile":null,"monthly_price":40.15,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":350000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":350000000}],"ipv6_support":true,"sum_internal_bandwidth":350000000,"sum_internet_bandwidth":350000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":2147483648,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"mig_profile":null,"monthly_price":907.098,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":1000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":1000000000,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":45097156608,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":52428800,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"mig_profile":null,"monthly_price":3.3507,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":100000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":100000000,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":800000000000,"min_size":1000000000}},"ram":1073741824,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":400000000,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":300000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":300000000,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":100000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":100000000,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":200000000,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":1000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":1000000000,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":250000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":250000000,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":500000000,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"block_bandwidth":41943040,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":1000000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":1000000000,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"scratch_storage_max_size":null,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"message":"resource is not found","resource":"instance_volume","resource_id":"f648ee00-1a1e-4530-a9af-7556ce596656","type":"not_found"}' headers: Content-Length: - - "13003" + - "143" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:20 GMT - Link: - - ; rel="first",; rel="previous",; rel="last" + - Tue, 08 Oct 2024 15:50:57 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -348,12 +350,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92160558-3110-4e28-89c8-6b92446a122c - X-Total-Count: - - "66" - status: 200 OK - code: 200 - duration: 43.152625ms + - 7b3028d6-429b-43ef-bdd9-6d67d7c2763b + status: 404 Not Found + code: 404 + duration: 36.902084ms - id: 7 request: proto: HTTP/1.1 @@ -370,7 +370,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -378,20 +378,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 143 + content_length: 425 uncompressed: false - body: '{"message":"resource is not found","resource":"instance_volume","resource_id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","type":"not_found"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:56.879891Z","zone":"fr-par-1"}' headers: Content-Length: - - "143" + - "425" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:21 GMT + - Tue, 08 Oct 2024 15:50:57 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -399,48 +399,52 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f81dd05-e6bf-4848-92b5-ce7ef7d8ebc2 - status: 404 Not Found - code: 404 - duration: 34.329041ms + - 93334e72-b09e-4f65-a244-6c11218997f8 + status: 200 OK + code: 200 + duration: 84.302334ms - id: 8 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 335 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"name":"tf-srv-zealous-ride","dynamic_ip_required":false,"commercial_type":"PLAY2-PICO","image":"d404b6a4-879b-48f5-b6ac-beed950f1463","volumes":{"0":{"boot":false,"volume_type":"b_ssd"},"1":{"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"boot_type":"local","project":"105bdce1-64c0-48ab-899d-868455867ecf"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 423 + content_length: 2222 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:15.429573Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:50:58.097758+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "423" + - "2222" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:21 GMT + - Tue, 08 Oct 2024 15:50:58 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -448,52 +452,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8efa0f52-00ee-4f0a-9872-182c8d0f6c34 - status: 200 OK - code: 200 - duration: 44.493709ms + - ebff4c40-8a4b-4088-a71e-4c23b7582792 + status: 201 Created + code: 201 + duration: 1.783740792s - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 334 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"tf-srv-happy-lewin","dynamic_ip_required":false,"commercial_type":"PLAY2-PICO","image":"d404b6a4-879b-48f5-b6ac-beed950f1463","volumes":{"0":{"boot":false,"volume_type":"b_ssd"},"1":{"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2219 + content_length: 2222 uncompressed: false - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:21.411913+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:50:58.097758+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2219" + - "2222" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:21 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + - Tue, 08 Oct 2024 15:50:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -501,10 +501,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3dbf1f07-f075-4d08-bb70-3f3448787b6d - status: 201 Created - code: 201 - duration: 744.406417ms + - 6f5a94ab-5f3a-414e-a1d2-9f494255c006 + status: 200 OK + code: 200 + duration: 401.425042ms - id: 10 request: proto: HTTP/1.1 @@ -521,7 +521,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -529,20 +529,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2219 + content_length: 2222 uncompressed: false - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:21.411913+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:50:58.097758+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2219" + - "2222" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:21 GMT + - Tue, 08 Oct 2024 15:50:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -550,10 +550,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48959245-0d2d-4b1d-97dd-551e1e971984 + - 2dcf3860-add3-42fc-b48c-6658159b200e status: 200 OK code: 200 - duration: 118.352375ms + duration: 716.596ms - id: 11 request: proto: HTTP/1.1 @@ -570,7 +570,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -578,20 +578,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2219 + content_length: 657 uncompressed: false - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:21.411913+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:50:58.219768Z","id":"dab4930d-63bb-4a44-a356-2211fad2b29d","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:58.219768Z","zone":"fr-par-1"}' headers: Content-Length: - - "2219" + - "657" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:22 GMT + - Tue, 08 Oct 2024 15:51:00 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -599,48 +599,52 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 464d563c-e537-4d09-929d-a5f867380a1b + - 8930aa9c-8c07-4e32-b903-e97f12fbc49d status: 200 OK code: 200 - duration: 181.67925ms + duration: 100.165958ms - id: 12 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 20 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"action":"poweron"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/action + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 655 + content_length: 353 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T09:59:21.491608Z","id":"87f552c1-cdda-4008-a944-2b1f6766f087","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:21.491608Z","zone":"fr-par-1"}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/action","href_result":"/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667","id":"bc905021-dda8-401b-9969-bcfd9613842b","progress":0,"started_at":"2024-10-08T15:51:00.933960+00:00","status":"pending","terminated_at":null,"zone":"par1"}}' headers: Content-Length: - - "655" + - "353" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:22 GMT + - Tue, 08 Oct 2024 15:51:00 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/bc905021-dda8-401b-9969-bcfd9613842b Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -648,52 +652,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fae2f8cd-3f21-4fa1-a493-3c49c614244d - status: 200 OK - code: 200 - duration: 64.668416ms + - c0cbad6b-5ba8-4741-bc8b-741abcc140bc + status: 202 Accepted + code: 202 + duration: 454.981084ms - id: 13 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 20 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"action":"poweron"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/action - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 353 + content_length: 2244 uncompressed: false - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/action","href_result":"/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","id":"c1e28319-68a1-4c6a-9d1d-e74f287306e2","progress":0,"started_at":"2024-09-13T09:59:22.337537+00:00","status":"pending","terminated_at":null,"zone":"par1"}}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:00.550707+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"starting","state_detail":"allocating node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "353" + - "2244" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:21 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c1e28319-68a1-4c6a-9d1d-e74f287306e2 + - Tue, 08 Oct 2024 15:51:00 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -701,10 +701,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c4ab3a3-d947-4adf-a11d-b3c06b94c6ce - status: 202 Accepted - code: 202 - duration: 198.31925ms + - 88cfd00b-54fb-4dea-ac9a-bdda160c5781 + status: 200 OK + code: 200 + duration: 179.564ms - id: 14 request: proto: HTTP/1.1 @@ -721,7 +721,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -729,20 +729,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2241 + content_length: 2343 uncompressed: false - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:22.192163+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"starting","state_detail":"allocating node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:00.550707+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2241" + - "2343" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:22 GMT + - Tue, 08 Oct 2024 15:51:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -750,10 +750,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 877ecce2-19c7-4530-bfb8-ad102a8b81fb + - 03de4d1d-c9d2-4fd1-a1f5-76680363f903 status: 200 OK code: 200 - duration: 120.842584ms + duration: 181.584958ms - id: 15 request: proto: HTTP/1.1 @@ -770,7 +770,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -778,20 +778,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2371 + content_length: 2374 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2371" + - "2374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:27 GMT + - Tue, 08 Oct 2024 15:51:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -799,10 +799,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 52dd1616-0a24-49f4-a8bb-a19738b50788 + - 8e6ef947-adb7-4bc2-a166-ba3da50fe0c8 status: 200 OK code: 200 - duration: 124.732667ms + duration: 336.77ms - id: 16 request: proto: HTTP/1.1 @@ -819,7 +819,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -827,20 +827,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2371 + content_length: 2374 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2371" + - "2374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:27 GMT + - Tue, 08 Oct 2024 15:51:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -848,10 +848,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5733ec98-0752-486e-a6c7-33a129ff9687 + - 24bf612e-2927-4cfd-b1ae-93d5fe398973 status: 200 OK code: 200 - duration: 154.73275ms + duration: 169.774875ms - id: 17 request: proto: HTTP/1.1 @@ -868,7 +868,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c929f492-1c36-490c-bf9b-52ca8d0ffebc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 method: GET response: proto: HTTP/2.0 @@ -876,20 +876,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 522 + content_length: 523 uncompressed: false - body: '{"volume":{"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "522" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:27 GMT + - Tue, 08 Oct 2024 15:51:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -897,10 +897,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9e6677f8-37e6-454b-8fce-238140abdda5 + - 849680c2-0848-4bec-b0eb-b62e921e4a86 status: 200 OK code: 200 - duration: 65.235584ms + duration: 73.091666ms - id: 18 request: proto: HTTP/1.1 @@ -917,7 +917,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data method: GET response: proto: HTTP/2.0 @@ -936,9 +936,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:27 GMT + - Tue, 08 Oct 2024 15:51:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -946,10 +946,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f64d4e71-f2bb-4c1c-a1d3-3d79729a85c0 + - 575e204c-ce4f-483e-9cd7-512457647f0c status: 200 OK code: 200 - duration: 66.801333ms + duration: 78.494334ms - id: 19 request: proto: HTTP/1.1 @@ -966,7 +966,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics method: GET response: proto: HTTP/2.0 @@ -985,11 +985,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:27 GMT + - Tue, 08 Oct 2024 15:51:12 GMT Link: - - ; rel="last" + - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -997,12 +997,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f3f87f2-408c-4336-b791-cc3ce83a15c5 + - 93fb29bb-0f00-42f4-9e42-3c541d65843d X-Total-Count: - "0" status: 200 OK code: 200 - duration: 63.038125ms + duration: 88.440292ms - id: 20 request: proto: HTTP/1.1 @@ -1019,7 +1019,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -1027,20 +1027,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 655 + content_length: 657 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T09:59:21.491608Z","id":"87f552c1-cdda-4008-a944-2b1f6766f087","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:21.491608Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:50:58.219768Z","id":"dab4930d-63bb-4a44-a356-2211fad2b29d","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:58.219768Z","zone":"fr-par-1"}' headers: Content-Length: - - "655" + - "657" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:28 GMT + - Tue, 08 Oct 2024 15:51:12 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1048,10 +1048,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a286ae0-48b4-40fa-b96b-94901316e16e + - 311aee4f-6adc-45a3-9507-1bf0fc8d26ff status: 200 OK code: 200 - duration: 47.094666ms + duration: 82.044167ms - id: 21 request: proto: HTTP/1.1 @@ -1068,7 +1068,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -1076,20 +1076,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2371 + content_length: 2374 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2371" + - "2374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:28 GMT + - Tue, 08 Oct 2024 15:51:12 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1097,10 +1097,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c185293f-e730-4b10-8bd3-41595b991dd1 + - 39dbc3b0-d89c-4012-be00-80c50e2b8017 status: 200 OK code: 200 - duration: 156.071625ms + duration: 185.374875ms - id: 22 request: proto: HTTP/1.1 @@ -1117,7 +1117,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c929f492-1c36-490c-bf9b-52ca8d0ffebc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 method: GET response: proto: HTTP/2.0 @@ -1125,20 +1125,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 522 + content_length: 523 uncompressed: false - body: '{"volume":{"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "522" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:28 GMT + - Tue, 08 Oct 2024 15:51:12 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,10 +1146,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 81d12cb0-6d72-4f5b-b400-0025f55540e6 + - 5071aade-78df-412b-9712-02cd45404405 status: 200 OK code: 200 - duration: 68.33675ms + duration: 84.908583ms - id: 23 request: proto: HTTP/1.1 @@ -1166,7 +1166,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data method: GET response: proto: HTTP/2.0 @@ -1185,9 +1185,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:28 GMT + - Tue, 08 Oct 2024 15:51:12 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1195,10 +1195,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d8df48b-c577-461f-b09d-4a03fb94ec1b + - b060aaff-10e9-497d-86ac-02ff1fd9d519 status: 200 OK code: 200 - duration: 46.632875ms + duration: 75.593292ms - id: 24 request: proto: HTTP/1.1 @@ -1215,7 +1215,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics method: GET response: proto: HTTP/2.0 @@ -1234,11 +1234,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:28 GMT + - Tue, 08 Oct 2024 15:51:12 GMT Link: - - ; rel="last" + - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1246,12 +1246,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4f68bab-8545-4441-a111-e025bbfbd6ca + - 6732790b-75af-4f49-8164-8b52b3b412d8 X-Total-Count: - "0" status: 200 OK code: 200 - duration: 67.336042ms + duration: 83.320792ms - id: 25 request: proto: HTTP/1.1 @@ -1268,7 +1268,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -1276,20 +1276,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 655 + content_length: 657 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T09:59:21.491608Z","id":"87f552c1-cdda-4008-a944-2b1f6766f087","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:21.491608Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:50:58.219768Z","id":"dab4930d-63bb-4a44-a356-2211fad2b29d","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:58.219768Z","zone":"fr-par-1"}' headers: Content-Length: - - "655" + - "657" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:28 GMT + - Tue, 08 Oct 2024 15:51:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1297,10 +1297,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 22070e99-7bee-408c-b2ed-840084479cf2 + - dc842a01-a419-4c1b-9e17-123da5edc017 status: 200 OK code: 200 - duration: 52.823583ms + duration: 120.794292ms - id: 26 request: proto: HTTP/1.1 @@ -1317,7 +1317,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -1325,20 +1325,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2371 + content_length: 2374 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2371" + - "2374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:28 GMT + - Tue, 08 Oct 2024 15:51:12 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1346,10 +1346,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf7c3e65-083e-48f5-86fe-5382b13d6117 + - 2263f976-2246-49ae-b98e-092c62795abd status: 200 OK code: 200 - duration: 129.516375ms + duration: 225.656584ms - id: 27 request: proto: HTTP/1.1 @@ -1366,7 +1366,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c929f492-1c36-490c-bf9b-52ca8d0ffebc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 method: GET response: proto: HTTP/2.0 @@ -1374,20 +1374,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 522 + content_length: 523 uncompressed: false - body: '{"volume":{"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "522" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:28 GMT + - Tue, 08 Oct 2024 15:51:12 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1395,10 +1395,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a3d6fac-fbeb-44a9-b016-a9627c338ac3 + - 1c83f809-4309-4a8d-889b-72de05147644 status: 200 OK code: 200 - duration: 65.062833ms + duration: 97.733709ms - id: 28 request: proto: HTTP/1.1 @@ -1415,7 +1415,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data method: GET response: proto: HTTP/2.0 @@ -1434,9 +1434,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:29 GMT + - Tue, 08 Oct 2024 15:51:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1444,10 +1444,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 572ac9cf-d4df-49fb-b298-a8cfdc9e7be4 + - 306bafb7-7639-4a60-bb61-183d67b4092b status: 200 OK code: 200 - duration: 56.014041ms + duration: 83.411542ms - id: 29 request: proto: HTTP/1.1 @@ -1464,7 +1464,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics method: GET response: proto: HTTP/2.0 @@ -1483,11 +1483,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:28 GMT + - Tue, 08 Oct 2024 15:51:13 GMT Link: - - ; rel="last" + - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1495,12 +1495,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c00a0e2-920c-4aa3-a792-42d48cc3abd6 + - e911feee-ba82-41ad-bb44-040af029690a X-Total-Count: - "0" status: 200 OK code: 200 - duration: 53.530958ms + duration: 85.129958ms - id: 30 request: proto: HTTP/1.1 @@ -1517,7 +1517,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -1525,20 +1525,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2371 + content_length: 2374 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2371" + - "2374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:28 GMT + - Tue, 08 Oct 2024 15:51:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1546,29 +1546,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 751bb3a3-ed61-4bf8-9d4f-0a82b3b43784 + - db097014-6db2-4ec9-a89a-13215cfdcafd status: 200 OK code: 200 - duration: 129.579375ms + duration: 617.063167ms - id: 31 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 103 + content_length: 111 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"volumes":{"0":{"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","boot":false,"name":"tf-vol-busy-mayer"}}}' + body: '{"volumes":{"0":{"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","boot":false,"name":"tf-vol-dazzling-engelbart"}}}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: PATCH response: proto: HTTP/2.0 @@ -1576,20 +1576,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2274 + content_length: 2277 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2274" + - "2277" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:29 GMT + - Tue, 08 Oct 2024 15:51:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1597,10 +1597,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2fa32a2-7508-4b17-81d5-153c7283513c + - 3b13df03-74f3-4177-b375-0bbce443c52f status: 200 OK code: 200 - duration: 301.175875ms + duration: 603.67725ms - id: 32 request: proto: HTTP/1.1 @@ -1617,7 +1617,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -1625,20 +1625,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2274 + content_length: 2277 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2274" + - "2277" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:29 GMT + - Tue, 08 Oct 2024 15:51:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1646,10 +1646,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1c774a9e-4429-4702-8d0e-e74166cb33e1 + - 616d0e88-d171-40ed-a265-0957eeae26bb status: 200 OK code: 200 - duration: 120.241417ms + duration: 124.307333ms - id: 33 request: proto: HTTP/1.1 @@ -1666,7 +1666,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -1674,20 +1674,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2274 + content_length: 2277 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2274" + - "2277" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:29 GMT + - Tue, 08 Oct 2024 15:51:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1695,10 +1695,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c482f9c8-b4eb-4727-b242-0a2272be9876 + - 36bdd5de-0511-4456-8d01-919af75d1620 status: 200 OK code: 200 - duration: 130.019167ms + duration: 131.281958ms - id: 34 request: proto: HTTP/1.1 @@ -1715,7 +1715,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c929f492-1c36-490c-bf9b-52ca8d0ffebc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 method: GET response: proto: HTTP/2.0 @@ -1723,20 +1723,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 522 + content_length: 523 uncompressed: false - body: '{"volume":{"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "522" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:29 GMT + - Tue, 08 Oct 2024 15:51:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1744,10 +1744,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6458df8e-5193-4c7e-9a54-d4aec025c355 + - c40f9915-5b3f-4bdc-b643-10f2002f5e3a status: 200 OK code: 200 - duration: 49.264167ms + duration: 356.778208ms - id: 35 request: proto: HTTP/1.1 @@ -1764,7 +1764,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data method: GET response: proto: HTTP/2.0 @@ -1783,9 +1783,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:30 GMT + - Tue, 08 Oct 2024 15:51:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1793,10 +1793,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d88e1d71-e66d-4eae-a7f1-bccf5e5b1a02 + - d1269b86-6491-4f1d-b976-86a8e329ac4b status: 200 OK code: 200 - duration: 55.828667ms + duration: 79.871667ms - id: 36 request: proto: HTTP/1.1 @@ -1813,7 +1813,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics method: GET response: proto: HTTP/2.0 @@ -1832,11 +1832,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:29 GMT + - Tue, 08 Oct 2024 15:51:15 GMT Link: - - ; rel="last" + - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1844,12 +1844,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0308567-1185-4a60-8ab5-747df22ec7ce + - 61dbab23-4439-4a4f-a632-de0fe8cbc099 X-Total-Count: - "0" status: 200 OK code: 200 - duration: 65.748833ms + duration: 87.508458ms - id: 37 request: proto: HTTP/1.1 @@ -1866,7 +1866,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -1874,20 +1874,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 656 + content_length: 658 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T09:59:21.491608Z","id":"87f552c1-cdda-4008-a944-2b1f6766f087","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:21.491608Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:50:58.219768Z","id":"dab4930d-63bb-4a44-a356-2211fad2b29d","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:58.219768Z","zone":"fr-par-1"}' headers: Content-Length: - - "656" + - "658" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:30 GMT + - Tue, 08 Oct 2024 15:51:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1895,10 +1895,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af614da1-eb36-4c4d-9fd5-3fb34f9cfd07 + - 66c3a393-f5d5-43ee-afdb-df3f48d4c61a status: 200 OK code: 200 - duration: 59.99125ms + duration: 73.535417ms - id: 38 request: proto: HTTP/1.1 @@ -1915,7 +1915,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -1923,20 +1923,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2274 + content_length: 2277 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2274" + - "2277" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:30 GMT + - Tue, 08 Oct 2024 15:51:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1944,10 +1944,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30ac3705-6338-46b6-a2e9-02d18640fa5c + - 277288f8-a224-497e-bf1b-7ad62498c1a6 status: 200 OK code: 200 - duration: 135.269583ms + duration: 129.899083ms - id: 39 request: proto: HTTP/1.1 @@ -1964,7 +1964,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c929f492-1c36-490c-bf9b-52ca8d0ffebc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 method: GET response: proto: HTTP/2.0 @@ -1972,20 +1972,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 522 + content_length: 523 uncompressed: false - body: '{"volume":{"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "522" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:30 GMT + - Tue, 08 Oct 2024 15:51:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1993,10 +1993,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 418f1c5d-7917-4245-8e56-85c5ad0605ea + - bcd5c4fc-e272-48c1-bd0a-0f1b21078583 status: 200 OK code: 200 - duration: 52.330292ms + duration: 74.048167ms - id: 40 request: proto: HTTP/1.1 @@ -2013,7 +2013,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data method: GET response: proto: HTTP/2.0 @@ -2032,9 +2032,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:30 GMT + - Tue, 08 Oct 2024 15:51:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2042,10 +2042,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45d8f504-c554-4695-9f08-2b876b438985 + - 2ee0132d-177b-450b-b088-a48b4099cad7 status: 200 OK code: 200 - duration: 49.30275ms + duration: 72.873583ms - id: 41 request: proto: HTTP/1.1 @@ -2062,7 +2062,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics method: GET response: proto: HTTP/2.0 @@ -2081,11 +2081,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:30 GMT + - Tue, 08 Oct 2024 15:51:16 GMT Link: - - ; rel="last" + - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2093,12 +2093,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e34c4b62-3593-4a0d-967d-d6cfaa2a49ee + - d3121d51-85bc-4b54-b87f-9c9292768963 X-Total-Count: - "0" status: 200 OK code: 200 - duration: 60.154167ms + duration: 83.74075ms - id: 42 request: proto: HTTP/1.1 @@ -2115,7 +2115,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -2123,20 +2123,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 656 + content_length: 658 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T09:59:21.491608Z","id":"87f552c1-cdda-4008-a944-2b1f6766f087","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:21.491608Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:50:58.219768Z","id":"dab4930d-63bb-4a44-a356-2211fad2b29d","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:58.219768Z","zone":"fr-par-1"}' headers: Content-Length: - - "656" + - "658" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:35 GMT + - Tue, 08 Oct 2024 15:51:21 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2144,10 +2144,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a338979-cdf8-4657-abcc-05c7e7245120 + - 7bced05c-d87d-4d15-8c4f-4bc505ead1ff status: 200 OK code: 200 - duration: 38.906125ms + duration: 66.437209ms - id: 43 request: proto: HTTP/1.1 @@ -2164,7 +2164,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -2172,20 +2172,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 656 + content_length: 658 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T09:59:21.491608Z","id":"87f552c1-cdda-4008-a944-2b1f6766f087","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:21.491608Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:50:58.219768Z","id":"dab4930d-63bb-4a44-a356-2211fad2b29d","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:58.219768Z","zone":"fr-par-1"}' headers: Content-Length: - - "656" + - "658" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:40 GMT + - Tue, 08 Oct 2024 15:51:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2193,10 +2193,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33dbef60-9e31-4f71-951a-c0a40b0156be + - bfc59955-4363-41ed-8e8d-a75aeb597d05 status: 200 OK code: 200 - duration: 40.392375ms + duration: 107.818583ms - id: 44 request: proto: HTTP/1.1 @@ -2213,7 +2213,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -2221,20 +2221,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 656 + content_length: 658 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T09:59:21.491608Z","id":"87f552c1-cdda-4008-a944-2b1f6766f087","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:21.491608Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:50:58.219768Z","id":"dab4930d-63bb-4a44-a356-2211fad2b29d","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:58.219768Z","zone":"fr-par-1"}' headers: Content-Length: - - "656" + - "658" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:45 GMT + - Tue, 08 Oct 2024 15:51:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2242,10 +2242,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 053c5c94-19da-4323-b1c1-242b280afd59 + - 9a11938e-3797-4e13-9828-e8cb6723c4cb status: 200 OK code: 200 - duration: 52.841667ms + duration: 189.874292ms - id: 45 request: proto: HTTP/1.1 @@ -2262,7 +2262,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -2270,20 +2270,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 656 + content_length: 658 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T09:59:21.491608Z","id":"87f552c1-cdda-4008-a944-2b1f6766f087","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:21.491608Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:50:58.219768Z","id":"dab4930d-63bb-4a44-a356-2211fad2b29d","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:58.219768Z","zone":"fr-par-1"}' headers: Content-Length: - - "656" + - "658" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:50 GMT + - Tue, 08 Oct 2024 15:51:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2291,10 +2291,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a6fa9ab-dc57-4e07-975e-0a9c942b31f6 + - bd596b02-664d-49ff-b338-51b8ac0d4554 status: 200 OK code: 200 - duration: 38.160666ms + duration: 80.502208ms - id: 46 request: proto: HTTP/1.1 @@ -2311,7 +2311,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -2319,20 +2319,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 656 + content_length: 658 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":null,"name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T09:59:21.491608Z","id":"87f552c1-cdda-4008-a944-2b1f6766f087","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T09:59:21.491608Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":null,"name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:50:58.219768Z","id":"dab4930d-63bb-4a44-a356-2211fad2b29d","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"detaching","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:50:58.219768Z","zone":"fr-par-1"}' headers: Content-Length: - - "656" + - "658" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 09:59:55 GMT + - Tue, 08 Oct 2024 15:51:41 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2340,10 +2340,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed3a36f3-27cd-4f67-803c-1438605a2024 + - 54368339-fa33-45de-9495-0e1172335847 status: 200 OK code: 200 - duration: 53.028958ms + duration: 58.72025ms - id: 47 request: proto: HTTP/1.1 @@ -2360,7 +2360,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -2368,20 +2368,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 448 + content_length: 450 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":"2024-09-13T10:00:00.688735Z","name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T10:00:00.688735Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":"2024-10-08T15:51:45.866912Z","name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:51:45.866912Z","zone":"fr-par-1"}' headers: Content-Length: - - "448" + - "450" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:00 GMT + - Tue, 08 Oct 2024 15:51:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2389,10 +2389,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a92a6817-25a4-40df-8a35-b4804b16f086 + - 23c959cd-9e66-4b6f-8c31-cf8baf81972f status: 200 OK code: 200 - duration: 46.469709ms + duration: 70.162334ms - id: 48 request: proto: HTTP/1.1 @@ -2409,7 +2409,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -2417,20 +2417,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 448 + content_length: 450 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":"2024-09-13T10:00:00.688735Z","name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T10:00:00.688735Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":"2024-10-08T15:51:45.866912Z","name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:51:45.866912Z","zone":"fr-par-1"}' headers: Content-Length: - - "448" + - "450" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:00 GMT + - Tue, 08 Oct 2024 15:51:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2438,10 +2438,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af1b9f17-d524-4a1b-8920-1f341fa152fa + - 30193cad-f6d7-4632-9b17-e98be9590514 status: 200 OK code: 200 - duration: 40.040875ms + duration: 68.959083ms - id: 49 request: proto: HTTP/1.1 @@ -2458,7 +2458,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -2466,20 +2466,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2274 + content_length: 2277 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2274" + - "2277" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:00 GMT + - Tue, 08 Oct 2024 15:51:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2487,10 +2487,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 32011091-190f-4336-83e1-c0839416068c + - d97d73d7-2f61-4432-aba2-4d1aaaf1cd03 status: 200 OK code: 200 - duration: 123.881416ms + duration: 186.694084ms - id: 50 request: proto: HTTP/1.1 @@ -2507,7 +2507,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c929f492-1c36-490c-bf9b-52ca8d0ffebc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 method: GET response: proto: HTTP/2.0 @@ -2515,20 +2515,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 522 + content_length: 523 uncompressed: false - body: '{"volume":{"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "522" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:01 GMT + - Tue, 08 Oct 2024 15:51:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2536,10 +2536,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34616920-ec50-4b73-8198-c9bf9633c4fd + - 776bcd8c-2284-4463-ba4a-7aeece8c588d status: 200 OK code: 200 - duration: 54.725458ms + duration: 87.141584ms - id: 51 request: proto: HTTP/1.1 @@ -2556,7 +2556,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data method: GET response: proto: HTTP/2.0 @@ -2575,9 +2575,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:01 GMT + - Tue, 08 Oct 2024 15:51:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2585,10 +2585,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 777366c9-23d4-4364-a5e7-1eb6f00339d4 + - de0c56d5-a5b9-4ea3-8866-3c3a5f9f5e43 status: 200 OK code: 200 - duration: 57.4085ms + duration: 75.191458ms - id: 52 request: proto: HTTP/1.1 @@ -2605,7 +2605,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics method: GET response: proto: HTTP/2.0 @@ -2624,11 +2624,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:01 GMT + - Tue, 08 Oct 2024 15:51:46 GMT Link: - - ; rel="last" + - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2636,12 +2636,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f934cd88-584a-455a-8371-6fb17b99ba22 + - 98c4ba6b-aebb-4ca9-bfaf-830cc8e380fb X-Total-Count: - "0" status: 200 OK code: 200 - duration: 52.923875ms + duration: 83.996875ms - id: 53 request: proto: HTTP/1.1 @@ -2658,7 +2658,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -2666,20 +2666,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2274 + content_length: 2277 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2274" + - "2277" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:01 GMT + - Tue, 08 Oct 2024 15:51:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2687,10 +2687,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd88f755-02c6-4808-a1ad-181770ae7577 + - 116d2b31-e25d-4d8f-8519-e2d9b613966b status: 200 OK code: 200 - duration: 123.835708ms + duration: 127.91ms - id: 54 request: proto: HTTP/1.1 @@ -2707,7 +2707,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -2717,7 +2717,7 @@ interactions: trailer: {} content_length: 143 uncompressed: false - body: '{"message":"resource is not found","resource":"instance_volume","resource_id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","type":"not_found"}' + body: '{"message":"resource is not found","resource":"instance_volume","resource_id":"f648ee00-1a1e-4530-a9af-7556ce596656","type":"not_found"}' headers: Content-Length: - "143" @@ -2726,9 +2726,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:01 GMT + - Tue, 08 Oct 2024 15:51:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2736,10 +2736,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7078546f-4057-4281-8bd7-ef317195f2d4 + - ff8dd857-93da-47f7-bbc9-f2847f04627c status: 404 Not Found code: 404 - duration: 102.105042ms + duration: 37.764041ms - id: 55 request: proto: HTTP/1.1 @@ -2756,7 +2756,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -2764,20 +2764,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 448 + content_length: 450 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":"2024-09-13T10:00:00.688735Z","name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T10:00:00.688735Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":"2024-10-08T15:51:45.866912Z","name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:51:45.866912Z","zone":"fr-par-1"}' headers: Content-Length: - - "448" + - "450" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:01 GMT + - Tue, 08 Oct 2024 15:51:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2785,29 +2785,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5fef27a2-7dec-48e7-9ed6-412706224c4e + - 0c3ff60e-2161-4846-9baf-cb02bbfa39b5 status: 200 OK code: 200 - duration: 45.32125ms + duration: 64.912ms - id: 56 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 185 + content_length: 184 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"volumes":{"0":{"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","boot":false,"name":"tf-vol-thirsty-neumann"},"1":{"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}}}' + body: '{"volumes":{"0":{"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","boot":false,"name":"tf-vol-romantic-hugle"},"1":{"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}}}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: PATCH response: proto: HTTP/2.0 @@ -2815,20 +2815,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2311 + content_length: 2314 uncompressed: false - body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2311" + - "2314" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:02 GMT + - Tue, 08 Oct 2024 15:51:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2836,10 +2836,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b555d83-646b-4ed2-aed0-0c6b965598b9 + - c0f7fb0e-10c6-4f8b-a6da-1ebb54119fea status: 200 OK code: 200 - duration: 640.634625ms + duration: 489.463167ms - id: 57 request: proto: HTTP/1.1 @@ -2856,7 +2856,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -2864,20 +2864,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2311 + content_length: 2314 uncompressed: false - body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2311" + - "2314" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:02 GMT + - Tue, 08 Oct 2024 15:51:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2885,10 +2885,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d1467a1-e564-448f-8632-07cc8ed7dd01 + - 7f6768a7-9585-4ce9-8db6-cfd569f4f448 status: 200 OK code: 200 - duration: 397.506167ms + duration: 302.74175ms - id: 58 request: proto: HTTP/1.1 @@ -2905,7 +2905,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -2913,20 +2913,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2311 + content_length: 2314 uncompressed: false - body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2311" + - "2314" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:02 GMT + - Tue, 08 Oct 2024 15:51:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2934,10 +2934,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5906d111-1265-49b3-ba2e-7627992b8a44 + - 2becd276-508a-4b28-8e11-5e879e166f04 status: 200 OK code: 200 - duration: 187.965541ms + duration: 207.136958ms - id: 59 request: proto: HTTP/1.1 @@ -2954,7 +2954,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c929f492-1c36-490c-bf9b-52ca8d0ffebc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 method: GET response: proto: HTTP/2.0 @@ -2962,20 +2962,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 522 + content_length: 523 uncompressed: false - body: '{"volume":{"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "522" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:02 GMT + - Tue, 08 Oct 2024 15:51:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2983,10 +2983,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fea93def-f7a6-4a96-a240-884beeb0faae + - e03f8136-136c-4996-806b-bb133132e489 status: 200 OK code: 200 - duration: 60.474208ms + duration: 84.826958ms - id: 60 request: proto: HTTP/1.1 @@ -3003,7 +3003,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data method: GET response: proto: HTTP/2.0 @@ -3022,9 +3022,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:02 GMT + - Tue, 08 Oct 2024 15:51:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3032,10 +3032,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e2e5ac3-523f-48b9-ace0-55c648556ef7 + - 24ff7c63-ac90-4bc1-a9a7-064e9440800d status: 200 OK code: 200 - duration: 58.218625ms + duration: 73.778917ms - id: 61 request: proto: HTTP/1.1 @@ -3052,7 +3052,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics method: GET response: proto: HTTP/2.0 @@ -3071,11 +3071,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:03 GMT + - Tue, 08 Oct 2024 15:51:48 GMT Link: - - ; rel="last" + - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3083,12 +3083,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d53582c-f618-42ba-be40-71561760ee85 + - b646e41f-4ce0-4f59-8319-26cf220fc5ca X-Total-Count: - "0" status: 200 OK code: 200 - duration: 81.749958ms + duration: 79.619375ms - id: 62 request: proto: HTTP/1.1 @@ -3105,7 +3105,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -3113,20 +3113,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 680 + content_length: 682 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":"2024-09-13T10:00:00.688735Z","name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T10:00:02.166963Z","id":"561f75d1-58be-4839-a230-29476d963161","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T10:00:02.166963Z","zone":"fr-par-1"}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":"2024-10-08T15:51:45.866912Z","name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:51:47.931468Z","id":"b9a97eae-6a2f-4f79-aaa9-0fbbdb775a83","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:51:47.931468Z","zone":"fr-par-1"}' headers: Content-Length: - - "680" + - "682" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:03 GMT + - Tue, 08 Oct 2024 15:51:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3134,10 +3134,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d74a011-e7c4-46fe-95d0-978801f844cf + - 75f78a1f-f0f7-41e9-9e91-a37e17a0b315 status: 200 OK code: 200 - duration: 56.444042ms + duration: 72.327916ms - id: 63 request: proto: HTTP/1.1 @@ -3154,7 +3154,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -3162,20 +3162,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2371 + content_length: 2374 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2371" + - "2374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:03 GMT + - Tue, 08 Oct 2024 15:51:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3183,10 +3183,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b0c273d7-c688-4c56-ad0c-6a09b57963d9 + - 38d36ba9-0e44-40dc-bea1-c16f5f1c2e73 status: 200 OK code: 200 - duration: 127.954375ms + duration: 183.296125ms - id: 64 request: proto: HTTP/1.1 @@ -3203,7 +3203,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c929f492-1c36-490c-bf9b-52ca8d0ffebc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 method: GET response: proto: HTTP/2.0 @@ -3211,20 +3211,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 522 + content_length: 523 uncompressed: false - body: '{"volume":{"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "522" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:03 GMT + - Tue, 08 Oct 2024 15:51:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3232,10 +3232,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 405a86f1-e708-4333-897c-0a3a7ff78408 + - b86c7dac-f1a1-4d93-b5ec-aafac82bd219 status: 200 OK code: 200 - duration: 57.662834ms + duration: 77.629917ms - id: 65 request: proto: HTTP/1.1 @@ -3252,7 +3252,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data method: GET response: proto: HTTP/2.0 @@ -3271,9 +3271,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:03 GMT + - Tue, 08 Oct 2024 15:51:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3281,10 +3281,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 83391f74-e506-4ffd-b956-f7c8ee56ad4f + - ebec2f2b-6073-4ff1-8931-af9df9df22c7 status: 200 OK code: 200 - duration: 57.751583ms + duration: 80.052334ms - id: 66 request: proto: HTTP/1.1 @@ -3301,7 +3301,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics method: GET response: proto: HTTP/2.0 @@ -3320,11 +3320,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:03 GMT + - Tue, 08 Oct 2024 15:51:49 GMT Link: - - ; rel="last" + - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3332,12 +3332,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a10b03f4-6090-431a-9db6-200d4331db95 + - ef4c14a2-6a2a-4e43-8e70-c76ab37c0ec4 X-Total-Count: - "0" status: 200 OK code: 200 - duration: 83.932041ms + duration: 83.65025ms - id: 67 request: proto: HTTP/1.1 @@ -3354,7 +3354,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -3362,20 +3362,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2371 + content_length: 682 uncompressed: false - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T09:59:25.171719+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":"2024-10-08T15:51:45.866912Z","name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:51:47.931468Z","id":"b9a97eae-6a2f-4f79-aaa9-0fbbdb775a83","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:51:47.931468Z","zone":"fr-par-1"}' headers: Content-Length: - - "2371" + - "682" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:04 GMT + - Tue, 08 Oct 2024 15:51:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3383,10 +3383,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef3ff5f8-051e-4201-939e-40ab8d6de925 + - 0489b10a-156b-4af8-9a1f-27baadb9fa08 status: 200 OK code: 200 - duration: 194.759167ms + duration: 82.55275ms - id: 68 request: proto: HTTP/1.1 @@ -3403,7 +3403,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -3411,20 +3411,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 680 + content_length: 2374 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":"2024-09-13T10:00:00.688735Z","name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[{"created_at":"2024-09-13T10:00:02.166963Z","id":"561f75d1-58be-4839-a230-29476d963161","product_resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T10:00:02.166963Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "680" + - "2374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:04 GMT + - Tue, 08 Oct 2024 15:51:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3432,52 +3432,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 827c437a-92f5-4b2e-b970-9a8ccb2b3293 + - 0492d8e6-c2de-4176-9ab4-b05b7667f5e2 status: 200 OK code: 200 - duration: 47.589834ms + duration: 153.888667ms - id: 69 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 21 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"action":"poweroff"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/action - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 348 + content_length: 523 uncompressed: false - body: '{"task":{"description":"server_poweroff","href_from":"/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea/action","href_result":"/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","id":"00c679c7-829d-4f98-bf79-86766ccbee1e","progress":0,"started_at":"2024-09-13T10:00:04.436992+00:00","status":"pending","terminated_at":null,"zone":"par1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "348" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:04 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/00c679c7-829d-4f98-bf79-86766ccbee1e + - Tue, 08 Oct 2024 15:51:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3485,10 +3481,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 52a490ad-9a88-46ac-9fbb-6c26ff0da09e - status: 202 Accepted - code: 202 - duration: 197.399875ms + - 134f0b13-b873-4001-adb6-1d03659535f9 + status: 200 OK + code: 200 + duration: 94.405791ms - id: 70 request: proto: HTTP/1.1 @@ -3505,7 +3501,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data method: GET response: proto: HTTP/2.0 @@ -3513,20 +3509,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2331 + content_length: 17 uncompressed: false - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T10:00:04.295916+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"user_data":[]}' headers: Content-Length: - - "2331" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:04 GMT + - Tue, 08 Oct 2024 15:51:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3534,10 +3530,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a854d00-db3a-4939-aa8f-592ea7edae3c + - 2ce272f1-2843-48d0-a193-7552531909d1 status: 200 OK code: 200 - duration: 149.065708ms + duration: 100.411ms - id: 71 request: proto: HTTP/1.1 @@ -3554,7 +3550,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics method: GET response: proto: HTTP/2.0 @@ -3562,20 +3558,22 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2331 + content_length: 20 uncompressed: false - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T10:00:04.295916+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"private_nics":[]}' headers: Content-Length: - - "2331" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:10 GMT + - Tue, 08 Oct 2024 15:51:49 GMT + Link: + - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3583,48 +3581,54 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e813deb4-6478-4b4b-b12a-3f8fcb7b5b15 + - fcf3dc06-d668-48d5-9cd8-665491ac2e56 + X-Total-Count: + - "0" status: 200 OK code: 200 - duration: 421.430042ms + duration: 86.54025ms - id: 72 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 117 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"name":"tf-vol-busy-buck","project":"105bdce1-64c0-48ab-899d-868455867ecf","volume_type":"b_ssd","size":10000000000}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2331 + content_length: 438 uncompressed: false - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T10:00:04.295916+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:50.719672+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "2331" + - "438" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:15 GMT + - Tue, 08 Oct 2024 15:51:50 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7ee3edd9-3f21-4086-8970-ecef428b5fb2 Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3632,10 +3636,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 82095b14-bbf9-4687-8e86-0b6a4271ceb3 - status: 200 OK - code: 200 - duration: 148.227ms + - 75b0849b-1d1d-47be-b70c-c47ce5674749 + status: 201 Created + code: 201 + duration: 159.227166ms - id: 73 request: proto: HTTP/1.1 @@ -3652,7 +3656,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7ee3edd9-3f21-4086-8970-ecef428b5fb2 method: GET response: proto: HTTP/2.0 @@ -3660,20 +3664,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2331 + content_length: 438 uncompressed: false - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T10:00:04.295916+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:50.719672+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "2331" + - "438" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:19 GMT + - Tue, 08 Oct 2024 15:51:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3681,10 +3685,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7157d395-f1e6-4ff8-89fe-a38251734206 + - 7ade7d92-bdc6-4181-a52b-e7653ba0609f status: 200 OK code: 200 - duration: 137.275333ms + duration: 77.407917ms - id: 74 request: proto: HTTP/1.1 @@ -3701,7 +3705,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7ee3edd9-3f21-4086-8970-ecef428b5fb2 method: GET response: proto: HTTP/2.0 @@ -3709,20 +3713,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2331 + content_length: 438 uncompressed: false - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"501","node_id":"14","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T10:00:04.295916+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:50.719672+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "2331" + - "438" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:25 GMT + - Tue, 08 Oct 2024 15:51:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3730,10 +3734,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d5a87f0a-d661-4650-a79d-cfd353ea1829 + - 35937c04-0b26-4f7c-aaca-6fa53ba9a061 status: 200 OK code: 200 - duration: 136.241333ms + duration: 87.509208ms - id: 75 request: proto: HTTP/1.1 @@ -3750,7 +3754,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -3758,20 +3762,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2219 + content_length: 2374 uncompressed: false - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T10:00:29.005709+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2219" + - "2374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:30 GMT + - Tue, 08 Oct 2024 15:51:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3779,10 +3783,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 422de5d8-af8f-43bb-8df1-793fe07b18a6 + - 24b50fe1-23f0-4325-813b-84a203842899 status: 200 OK code: 200 - duration: 158.881834ms + duration: 255.643792ms - id: 76 request: proto: HTTP/1.1 @@ -3799,7 +3803,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 method: GET response: proto: HTTP/2.0 @@ -3807,20 +3811,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 2219 + content_length: 143 uncompressed: false - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-09-13T09:59:21.411913+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-lewin","id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:6f:cf:79","maintenances":[],"modification_date":"2024-09-13T10:00:29.005709+00:00","name":"tf-srv-happy-lewin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-09-13T09:59:21.411913+00:00","export_uri":null,"id":"c929f492-1c36-490c-bf9b-52ca8d0ffebc","modification_date":"2024-09-13T09:59:21.411913+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","name":"tf-srv-happy-lewin"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","volume_type":"sbs_volume"}},"zone":"fr-par-1"}}' + body: '{"message":"resource is not found","resource":"instance_volume","resource_id":"f648ee00-1a1e-4530-a9af-7556ce596656","type":"not_found"}' headers: Content-Length: - - "2219" + - "143" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:30 GMT + - Tue, 08 Oct 2024 15:51:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3828,10 +3832,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c29fc5b-fa0f-4d3b-aa32-bb44b832ffe7 - status: 200 OK - code: 200 - duration: 117.743083ms + - e8ba3129-0628-4e38-9696-538a82d5c9c2 + status: 404 Not Found + code: 404 + duration: 35.642334ms - id: 77 request: proto: HTTP/1.1 @@ -3848,26 +3852,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea - method: DELETE + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 0 + content_length: 682 uncompressed: false - body: "" + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":"2024-10-08T15:51:45.866912Z","name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:51:47.931468Z","id":"b9a97eae-6a2f-4f79-aaa9-0fbbdb775a83","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:51:47.931468Z","zone":"fr-par-1"}' headers: + Content-Length: + - "682" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:30 GMT + - Tue, 08 Oct 2024 15:51:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3875,10 +3881,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76e70f7b-2c10-4f85-9f4c-ca10d0323c58 - status: 204 No Content - code: 204 - duration: 190.238834ms + - 4477efe1-9176-4463-bc3b-bff6596b35d0 + status: 200 OK + code: 200 + duration: 66.691542ms - id: 78 request: proto: HTTP/1.1 @@ -3895,7 +3901,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7ee3edd9-3f21-4086-8970-ecef428b5fb2 method: GET response: proto: HTTP/2.0 @@ -3903,20 +3909,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 143 + content_length: 438 uncompressed: false - body: '{"message":"resource is not found","resource":"instance_server","resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","type":"not_found"}' + body: '{"volume":{"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:50.719672+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "143" + - "438" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:30 GMT + - Tue, 08 Oct 2024 15:51:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3924,46 +3930,50 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45f21f29-c41a-4ea3-b37c-bac8d439ac27 - status: 404 Not Found - code: 404 - duration: 116.072542ms + - 48e29a2b-c4b6-42d0-bf57-34c782b60a24 + status: 200 OK + code: 200 + duration: 106.437083ms - id: 79 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 257 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"volumes":{"0":{"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","boot":false,"name":"tf-vol-lucid-lewin"},"1":{"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"},"2":{"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","name":"tf-vol-busy-buck"}}}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c929f492-1c36-490c-bf9b-52ca8d0ffebc - method: DELETE + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 0 + content_length: 2836 uncompressed: false - body: "" + body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"},"2":{"boot":false,"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:51.500554+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: + Content-Length: + - "2836" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:31 GMT + - Tue, 08 Oct 2024 15:51:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3971,10 +3981,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87916637-a2aa-4bbb-9981-75f921e5453e - status: 204 No Content - code: 204 - duration: 123.384375ms + - b2ea6063-9611-461e-bfcf-40e1451accc2 + status: 200 OK + code: 200 + duration: 816.660958ms - id: 80 request: proto: HTTP/1.1 @@ -3991,7 +4001,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -3999,20 +4009,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 448 + content_length: 2836 uncompressed: false - body: '{"created_at":"2024-09-13T09:59:15.429573Z","id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","last_detached_at":"2024-09-13T10:00:31.011565Z","name":"tf-volume-adoring-leavitt","parent_snapshot_id":null,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-09-13T10:00:31.011565Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"},"2":{"boot":false,"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:51.500554+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "448" + - "2836" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:31 GMT + - Tue, 08 Oct 2024 15:51:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4020,10 +4030,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af27da82-957f-400c-a5af-f35f615de769 + - aa2cc159-755e-404a-8e63-29d0a1041a91 status: 200 OK code: 200 - duration: 39.464417ms + duration: 202.116791ms - id: 81 request: proto: HTTP/1.1 @@ -4040,26 +4050,28 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b - method: DELETE + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 0 + content_length: 2836 uncompressed: false - body: "" + body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"},"2":{"boot":false,"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:51.500554+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: + Content-Length: + - "2836" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:31 GMT + - Tue, 08 Oct 2024 15:51:52 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4067,10 +4079,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57866e25-6ea4-4bc1-960c-5d942453f62e - status: 204 No Content - code: 204 - duration: 63.387959ms + - 0247003b-4d95-4163-a4bc-fbc13c83e736 + status: 200 OK + code: 200 + duration: 203.183834ms - id: 82 request: proto: HTTP/1.1 @@ -4087,7 +4099,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/72eb4f18-d39b-4ef9-956d-61b4d1e88b6b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 method: GET response: proto: HTTP/2.0 @@ -4095,20 +4107,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 127 + content_length: 523 uncompressed: false - body: '{"message":"resource is not found","resource":"volume","resource_id":"72eb4f18-d39b-4ef9-956d-61b4d1e88b6b","type":"not_found"}' + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "127" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:31 GMT + - Tue, 08 Oct 2024 15:51:52 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4116,10 +4128,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dfeb1aa7-4324-42dd-878e-699a29b2ac36 - status: 404 Not Found - code: 404 - duration: 37.563417ms + - efe51487-8420-42c1-b86b-2121bb8e1fd3 + status: 200 OK + code: 200 + duration: 83.135417ms - id: 83 request: proto: HTTP/1.1 @@ -4136,7 +4148,1138 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 17 + uncompressed: false + body: '{"user_data":[]}' + headers: + Content-Length: + - "17" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:52 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 80f2d59e-01fa-4933-86cc-ae23840d7d70 + status: 200 OK + code: 200 + duration: 77.867791ms + - 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 20 + uncompressed: false + body: '{"private_nics":[]}' + headers: + Content-Length: + - "20" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:52 GMT + Link: + - ; rel="last" + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e4683861-36d0-430b-9e1d-64767a02a32e + X-Total-Count: + - "0" + status: 200 OK + code: 200 + duration: 96.679416ms + - 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 682 + uncompressed: false + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":"2024-10-08T15:51:45.866912Z","name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:51:47.931468Z","id":"b9a97eae-6a2f-4f79-aaa9-0fbbdb775a83","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:51:47.931468Z","zone":"fr-par-1"}' + headers: + Content-Length: + - "682" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:53 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - af6829ae-0e2c-4e93-b138-6be29c44ccee + status: 200 OK + code: 200 + duration: 70.710625ms + - 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7ee3edd9-3f21-4086-8970-ecef428b5fb2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 511 + uncompressed: false + body: '{"volume":{"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:52.968079+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + headers: + Content-Length: + - "511" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:52 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f20963df-94b3-4a93-a4b9-123d2a1c8070 + status: 200 OK + code: 200 + duration: 78.837208ms + - id: 87 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 2895 + uncompressed: false + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"},"2":{"boot":false,"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:52.968079+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2895" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:52 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 41fd554a-0064-4d29-9977-7b7c137bd7fc + status: 200 OK + code: 200 + duration: 269.308375ms + - id: 88 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 523 + uncompressed: false + body: '{"volume":{"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + headers: + Content-Length: + - "523" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:53 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 50c1fbc3-5f28-4dd6-8dd8-b40a02e49df5 + status: 200 OK + code: 200 + duration: 92.110459ms + - id: 89 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/user_data + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 17 + uncompressed: false + body: '{"user_data":[]}' + headers: + Content-Length: + - "17" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:53 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fd1f2445-782d-4635-95d2-5085b775a86d + status: 200 OK + code: 200 + duration: 84.099083ms + - id: 90 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/private_nics + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 20 + uncompressed: false + body: '{"private_nics":[]}' + headers: + Content-Length: + - "20" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:53 GMT + Link: + - ; rel="last" + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3085dde3-9249-41dc-8cd0-3061b652a58a + X-Total-Count: + - "0" + status: 200 OK + code: 200 + duration: 89.746ms + - id: 91 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 2895 + uncompressed: false + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:06.605187+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"},"2":{"boot":false,"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:52.968079+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2895" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:53 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1ae7e280-59a2-42e8-a30a-0a7a38557d36 + status: 200 OK + code: 200 + duration: 221.627167ms + - id: 92 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 682 + uncompressed: false + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":"2024-10-08T15:51:45.866912Z","name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[{"created_at":"2024-10-08T15:51:47.931468Z","id":"b9a97eae-6a2f-4f79-aaa9-0fbbdb775a83","product_resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","product_resource_type":"instance_server","status":"attached","type":"exclusive"}],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"in_use","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:51:47.931468Z","zone":"fr-par-1"}' + headers: + Content-Length: + - "682" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:54 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7d5af51b-2f5e-4810-b8fc-bc554d76a516 + status: 200 OK + code: 200 + duration: 63.592416ms + - id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 21 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"action":"poweroff"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/action + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 348 + uncompressed: false + body: '{"task":{"description":"server_poweroff","href_from":"/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667/action","href_result":"/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667","id":"2796b8f1-cc2b-4129-8d86-e28c7c5f12b5","progress":0,"started_at":"2024-10-08T15:51:54.629671+00:00","status":"pending","terminated_at":null,"zone":"par1"}}' + headers: + Content-Length: + - "348" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:54 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/2796b8f1-cc2b-4129-8d86-e28c7c5f12b5 + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c5107cce-ba95-4e55-9e91-f895cd349130 + status: 202 Accepted + code: 202 + duration: 547.681667ms + - id: 94 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 2855 + uncompressed: false + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:54.268275+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"},"2":{"boot":false,"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:52.968079+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2855" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:54 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 02434d7c-26de-45c4-aabe-3699cb4faf9c + status: 200 OK + code: 200 + duration: 135.868292ms + - id: 95 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 2855 + uncompressed: false + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"30","hypervisor_id":"301","node_id":"88","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:51:54.268275+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"},"2":{"boot":false,"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:52.968079+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2855" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:51:59 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1042b629-98a0-402f-964c-5fc44a5f17ad + status: 200 OK + code: 200 + duration: 173.495125ms + - id: 96 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 2743 + uncompressed: false + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:52:05.095299+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"},"2":{"boot":false,"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:52.968079+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2743" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:52:05 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3afcd791-60c2-4eb3-838e-157cd6079d8a + status: 200 OK + code: 200 + duration: 154.876834ms + - id: 97 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 2743 + uncompressed: false + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":null,"commercial_type":"PLAY2-PICO","creation_date":"2024-10-08T15:50:58.097758+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-ride","id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","image":{"arch":"x86_64","creation_date":"2024-09-03T07:55:50.509854+00:00","default_bootscript":null,"extra_volumes":{},"from_server":"","id":"d404b6a4-879b-48f5-b6ac-beed950f1463","modification_date":"2024-09-03T07:55:50.509854+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"91e01b45-3e81-414f-9f7f-564ad464acdd","name":"Ubuntu 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:74:6f:75","maintenances":[],"modification_date":"2024-10-08T15:52:05.095299+00:00","name":"tf-srv-zealous-ride","organization":"105bdce1-64c0-48ab-899d-868455867ecf","placement_group":null,"private_ip":null,"private_nics":[],"project":"105bdce1-64c0-48ab-899d-868455867ecf","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":true,"security_group":{"id":"5881315f-2400-43a0-ac75-08adf6cb8c12","name":"Default security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2024-10-08T15:50:58.097758+00:00","export_uri":null,"id":"d7df37ee-8b46-482d-bf91-6c045b1bc5c6","modification_date":"2024-10-08T15:50:58.097758+00:00","name":"Ubuntu 22.04 Jammy Jellyfish","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"1":{"boot":false,"id":"f648ee00-1a1e-4530-a9af-7556ce596656","volume_type":"sbs_volume"},"2":{"boot":false,"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:51:52.968079+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":{"id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","name":"tf-srv-zealous-ride"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2743" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:52:04 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d386501e-3124-45bb-9af6-fd5bd3c696c3 + status: 200 OK + code: 200 + duration: 154.08225ms + - id: 98 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:52:05 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7471322b-15ad-4cc0-bd99-1c8d62aea9cd + status: 204 No Content + code: 204 + duration: 1.247432292s + - id: 99 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 143 + uncompressed: false + body: '{"message":"resource is not found","resource":"instance_server","resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","type":"not_found"}' + headers: + Content-Length: + - "143" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:52:06 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0b1db573-2b88-4b01-b424-0a9c8e9141bc + status: 404 Not Found + code: 404 + duration: 90.853959ms + - id: 100 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d7df37ee-8b46-482d-bf91-6c045b1bc5c6 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:52:06 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 329e9045-821b-48d9-a890-5a98919893bd + status: 204 No Content + code: 204 + duration: 213.416042ms + - id: 101 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 450 + uncompressed: false + body: '{"created_at":"2024-10-08T15:50:56.879891Z","id":"f648ee00-1a1e-4530-a9af-7556ce596656","last_detached_at":"2024-10-08T15:52:06.130390Z","name":"tf-volume-ecstatic-thompson","parent_snapshot_id":null,"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","references":[],"size":10000000000,"specs":{"class":"sbs","perf_iops":5000},"status":"available","tags":[],"type":"sbs_5k","updated_at":"2024-10-08T15:52:06.130390Z","zone":"fr-par-1"}' + headers: + Content-Length: + - "450" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:52:07 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d6880d6f-22e6-4f4a-ae89-bdb7d6726ae0 + status: 200 OK + code: 200 + duration: 73.223667ms + - id: 102 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7ee3edd9-3f21-4086-8970-ecef428b5fb2 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 438 + uncompressed: false + body: '{"volume":{"creation_date":"2024-10-08T15:51:50.719672+00:00","export_uri":null,"id":"7ee3edd9-3f21-4086-8970-ecef428b5fb2","modification_date":"2024-10-08T15:52:05.450708+00:00","name":"tf-vol-busy-buck","organization":"105bdce1-64c0-48ab-899d-868455867ecf","project":"105bdce1-64c0-48ab-899d-868455867ecf","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + headers: + Content-Length: + - "438" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:52:06 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9a68110e-527e-4cdf-883b-ad9415dbf0da + status: 200 OK + code: 200 + duration: 85.229375ms + - id: 103 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:52:07 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f53ad205-bbb9-43b6-996b-f6b71e1c609b + status: 204 No Content + code: 204 + duration: 142.654791ms + - id: 104 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7ee3edd9-3f21-4086-8970-ecef428b5fb2 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:52:07 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 63388789-d680-494e-9ff3-6026c96f163b + status: 204 No Content + code: 204 + duration: 165.116916ms + - id: 105 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/f648ee00-1a1e-4530-a9af-7556ce596656 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"message":"resource is not found","resource":"volume","resource_id":"f648ee00-1a1e-4530-a9af-7556ce596656","type":"not_found"}' + headers: + Content-Length: + - "127" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 08 Oct 2024 15:52:07 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - bddd26ff-5827-4a95-8cab-0b42a89cf1be + status: 404 Not Found + code: 404 + duration: 62.448208ms + - id: 106 + 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.23.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ae42e9ba-ce7e-4b45-bedd-bc391a22f667 method: GET response: proto: HTTP/2.0 @@ -4146,7 +5289,7 @@ interactions: trailer: {} content_length: 143 uncompressed: false - body: '{"message":"resource is not found","resource":"instance_server","resource_id":"b1341d25-0cbe-41d4-ab5a-b7a9d8f6c4ea","type":"not_found"}' + body: '{"message":"resource is not found","resource":"instance_server","resource_id":"ae42e9ba-ce7e-4b45-bedd-bc391a22f667","type":"not_found"}' headers: Content-Length: - "143" @@ -4155,9 +5298,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 13 Sep 2024 10:00:31 GMT + - Tue, 08 Oct 2024 15:52:06 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4165,7 +5308,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5af9d2cc-e944-4a7d-9871-db207d19abfc + - 501da14d-f214-4552-89ad-e765f092bc34 status: 404 Not Found code: 404 - duration: 505.33025ms + duration: 101.755542ms